tokio
0.0.1
Module error
Module Items
Structs
Enums
In tokio::
sync::
oneshot
tokio
::
sync
::
oneshot
Module
error
Copy item path
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
.