Module error

Source
Available on crate feature sync only.
Expand description

Channel error types.

Structs§

SendError
Error returned by the Sender.

Enums§

SendTimeoutErrortime
Error returned by Sender::send_timeout].
TryRecvError
Error returned by try_recv.
TrySendError
This enumeration is the list of the possible error outcomes for the try_send method.