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