Struct spmc::RecvError1.0.0 [] [src]

pub struct RecvError;

An error returned from the recv function on a Receiver.

The recv operation can only fail if the sending half of a channel (or sync_channel) is disconnected, implying that no further messages will ever be received.

Trait Implementations

impl Clone for RecvError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for RecvError
[src]

impl Debug for RecvError
[src]

impl Eq for RecvError
[src]

impl Error for RecvError
[src]

impl PartialEq<RecvError> for RecvError
[src]

impl Copy for RecvError
[src]