Module error
headless_
lms_
utils
0.1.0
Module error
Module Items
Structs
Enums
In headless_
lms_
utils::
prelude::
tokio::
sync::
broadcast
headless_lms_utils
::
prelude
::
tokio
::
sync
::
broadcast
Module
error
Copy item path
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
.