Struct std::sync::mpsc::RecvError
[−]
[src]
pub struct RecvError;
An error returned from the recv
`recvfunction on a
` function on a Receiver
`Receiver`.
The recv
`recv` operation can only fail if the sending half of a channel is
disconnected, implying that no further messages will ever be received.