Available on crate feature
sync
only.Expand description
Channel error types.
Structs
- Error returned by the
Sender
.
Enums
- SendTimeoutError
time
Error returned bySender::send_timeout
]. - Error returned by
try_recv
. - This enumeration is the list of the possible error outcomes for the try_send method.