Expand description
Definition of errors for this crate
Structs§
- Send
Error - The message could not be sent because the channel is disconnected
- TooMany
Consumers - Error when the maximum number of consumers was reached
Enums§
- Recv
Error - A message could not be received because the channel is empty and disconnected
- TryRecv
Error - Error when trying to receive an item
- TrySend
Error - Error when trying to send an item