Struct crossbeam_channel::TryReadyError [−][src]
pub struct TryReadyError;
Expand description
An error returned from the try_ready
method.
Failed because none of the channel operations were ready.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryReadyError
impl Send for TryReadyError
impl Sync for TryReadyError
impl Unpin for TryReadyError
impl UnwindSafe for TryReadyError
Blanket Implementations
Mutably borrows from an owned value. Read more