tokio
1.41.0
Module error
Structs
Enums
In tokio::
sync::
oneshot
Module
tokio
::
sync
::
oneshot
::
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
.