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