Available on crate feature
sync
only.Expand description
Channel error types
Structs§
- Closed
Error - Erorr returned by
Sender::poll_ready
]. - Recv
Error - Error returned by
Receiver
. - Send
Error - Error returned by the
Sender
.
Enums§
- TryRecv
Error - This enumeration is the list of the possible reasons that try_recv could not return data when called.
- TrySend
Error - This enumeration is the list of the possible error outcomes for the try_send method.