Skip to main content

Module error

Module error 

Source
Available on crate feature sync only.
Expand description

Channel error types.

Structs§

SendError
Error returned by Sender::send.

Enums§

SendTimeoutErrortime
Error returned by Sender::send_timeout.
TryRecvError
Error returned by Receiver::try_recv.
TrySendError
Error returned by Sender::try_send.