Struct crossbeam_channel::TryReadyError [−][src]
pub struct TryReadyError;
An error returned from the try_ready
method.
Failed because none of the channel operations were ready.
Trait Implementations
impl Clone for TryReadyError
[src]
impl Clone for TryReadyError
[src]fn clone(&self) -> TryReadyError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<TryReadyError> for TryReadyError
[src]
impl PartialEq<TryReadyError> for TryReadyError
[src]