Struct crossbeam_channel::RecvError [−][src]
pub struct RecvError;
An error returned from the recv
method.
A message could not be received because the channel is empty and disconnected.
Trait Implementations
impl From<RecvError> for TryRecvError
[src]
impl From<RecvError> for TryRecvError
[src]fn from(err: RecvError) -> TryRecvError
[src][−]
impl From<RecvError> for RecvTimeoutError
[src]
impl From<RecvError> for RecvTimeoutError
[src]