Module error
tokio
1.44.1
Module error
Module Items
Structs
Enums
In tokio::
sync::
broadcast
Modules
error
Structs
Receiver
Recv
RecvGuard
Sender
Shared
Slot
Tail
Waiter
WaitersList
WeakSender
Constants
MAX_RECEIVERS
Functions
channel
is_unpin
new_receiver
tokio
::
sync
::
broadcast
Module
error
Copy item path
Settings
Help
Summary
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
.