tokio
1.40.0
Module error
Structs
Enums
In tokio::sync::mpsc
Module
tokio
::
sync
::
mpsc
::
error
Copy item path
source
·
[
−
]
Expand description
Channel error types.
Structs
§
SendError
Error returned by the
Sender
.
Enums
§
TryRecvError
Error returned by
try_recv
.
TrySendError
This enumeration is the list of the possible error outcomes for the
try_send
method.