catalyzer
0.1.3
Module error
Structs
Enums
In catalyzer::internals::crates::tokio::sync::broadcast
?
Module
catalyzer
::
internals
::
crates
::
tokio
::
sync
::
broadcast
::
error
[
−
]
Expand description
Broadcast error types
Structs
§
SendError
Error returned by the
send
function on a
Sender
.
Enums
§
RecvError
An error returned from the
recv
function on a
Receiver
.
TryRecvError
An error returned from the
try_recv
function on a
Receiver
.