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_sendmethod.
Channel error types.
Sender.try_recv.try_send method.