Module errors

Module errors 

Source
Expand description

Definition of errors for this crate

Structs§

SendError
The message could not be sent because the channel is disconnected
TooManyConsumers
Error when the maximum number of consumers was reached

Enums§

RecvError
A message could not be received because the channel is empty and disconnected
TryRecvError
Error when trying to receive an item
TrySendError
Error when trying to send an item