tokio
1.40.0
Module error
Structs
Enums
In tokio::sync::oneshot
Module
tokio
::
sync
::
oneshot
::
error
Copy item path
source
·
[
−
]
Expand description
Oneshot
error types.
Structs
§
RecvError
Error returned by the
Future
implementation for
Receiver
.
Enums
§
TryRecvError
Error returned by the
try_recv
function on
Receiver
.