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<(), 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 TryRecvError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This 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 TryRecvError
Auto Trait Implementations
impl Send for TryRecvError
impl Send for TryRecvError
impl Sync for TryRecvError
impl Sync for TryRecvError