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