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[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for TryRecvError[src]
impl Display for TryRecvErrorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for TryRecvError[src]
impl Error for TryRecvErrorAuto Trait Implementations
impl Send for TryRecvError
impl Send for TryRecvErrorimpl Sync for TryRecvError
impl Sync for TryRecvError