Struct futures::channel::mpsc::TryRecvError [−][src]
pub struct TryRecvError { /* fields omitted */ }The error type returned from try_next.
Trait Implementations
impl Debug for TryRecvError[src]
impl Debug for TryRecvErrorfn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for TryRecvError[src]
impl Error for TryRecvErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for TryRecvError[src]
impl Display for TryRecvErrorAuto Trait Implementations
impl Send for TryRecvError
impl Send for TryRecvErrorimpl Sync for TryRecvError
impl Sync for TryRecvError