Available on crate feature 
sync only.Expand description
Channel error types.
Structs§
- Send
Error  - Error returned by the 
Sender. 
Enums§
- Send
Timeout Error time - Error returned by 
Sender::send_timeout]. - TryRecv
Error  - Error returned by 
try_recv. - TrySend
Error  - This enumeration is the list of the possible error outcomes for the
try_sendmethod.