tokio
1.41.0
Module error
Structs
Enums
In tokio::
sync::
broadcast
Module
tokio
::
sync
::
broadcast
::
error
Copy item path
source
·
[
−
]
Expand description
Broadcast error types
Structs
§
Send
Error
Error returned by the
send
function on a
Sender
.
Enums
§
Recv
Error
An error returned from the
recv
function on a
Receiver
.
TryRecv
Error
An error returned from the
try_recv
function on a
Receiver
.