tokio
1.41.0
Module error
Module Items
Structs
Enums
In tokio::
sync::
oneshot
tokio
::
sync
::
oneshot
Module
error
Copy item path
Source
Available on
crate feature
sync
only.
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
.