Struct futures::channel::mpsc::TryRecvError [] [src]

pub struct TryRecvError { /* fields omitted */ }

The error type returned from try_next.

Trait Implementations

impl Error for TryRecvError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for TryRecvError
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for TryRecvError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TryRecvError

impl Sync for TryRecvError