Module error
tokio
1.44.1
Module error
Module Items
Structs
Enums
In tokio::
sync::
oneshot
Modules
error
Structs
Inner
Receiver
Sender
State
Task
Constants
CLOSED
RX_TASK_SET
TX_TASK_SET
VALUE_SENT
Functions
channel
mut_load
tokio
::
sync
::
oneshot
Module
error
Copy item path
Settings
Help
Summary
Source
Expand description
Oneshot
error types.
Structs
§
Recv
Error
Error returned by the
Future
implementation for
Receiver
.
Enums
§
TryRecv
Error
Error returned by the
try_recv
function on
Receiver
.