Module error
Structs
-
RecvError
An error returned from the
recvfunction on aReceiver. -
SendError
An error returned from the
Sender::sendorSyncSender::sendfunction on channels.
Enums
-
RecvTimeoutError
This enumeration is the list of possible errors that made
recv_timeoutunable to return data when called. This can occur with both achanneland async_channel. -
SendTimeoutError
An error returned from the
send_timeoutmethod. -
TryRecvError
This enumeration is the list of the possible reasons that
try_recvcould not return data when called. This can occur with both achanneland async_channel. -
TrySendError
This enumeration is the list of the possible error outcomes for the
try_sendmethod.