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