Module tokio::sync::mpsc::error   [−][src]
Channel error types
Structs
| ClosedError | Error returned by  | 
| RecvError | Error returned by  | 
| SendError | Error returned by the  | 
Enums
| SendTimeoutError | Error returned by  | 
| TryRecvError | This enumeration is the list of the possible reasons that try_recv could not return data when called. | 
| TrySendError | This enumeration is the list of the possible error outcomes for the try_send method. |