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]

Formats the value using the given formatter. Read more

impl Display for TryRecvError
[src]

Formats the value using the given formatter. Read more

impl Error for TryRecvError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations