Module error
Available on crate features
dep_tokio
and std
only.Expand description
Oneshot
error types.
Structs§
- Recv
Error - Error returned by the
Future
implementation forReceiver
.
Enums§
- TryRecv
Error - Error returned by the
try_recv
function onReceiver
.