Expand description
Oneshot error types
Structsยง
- Recv
Error - Error returned by the
Future
implementation forReceiver
. - TryRecv
Error - Error returned by the
try_recv
function onReceiver
.
Oneshot error types
Future
implementation for Receiver
.try_recv
function on Receiver
.