Module tokio_sync::mpsc::error  [−][src]
Expand description
Channel error types
Structs
| RecvError | Error returned by  | 
| SendError | Error returned by the  | 
| TrySendError | Error returned by  | 
| UnboundedRecvError | Error returned by  | 
| UnboundedSendError | Error returned by the  | 
| UnboundedTrySendError | Returned by  |