Module error
Available on crate features
dep_tokio
and std
only.Expand description
Channel error types.
Structs§
- Send
Error - Error returned by the
Sender
.
Enums§
- TryRecv
Error - Error returned by
try_recv
. - TrySend
Error - This enumeration is the list of the possible error outcomes for the
try_send
method.