Struct crossbeam_channel::RecvError [−][src]
pub struct RecvError;
Expand description
An error returned from the recv
method.
A message could not be received because the channel is empty and disconnected.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for RecvError
impl UnwindSafe for RecvError
Blanket Implementations
Mutably borrows from an owned value. Read more