Module error
Source Available on crate feature sync
only.
Expand description
- SendError
- Error returned by the
send
function on a Sender
.
- RecvError
- An error returned from the
recv
function on a Receiver
. - TryRecvError
- An error returned from the
try_recv
function on a Receiver
.