Enum canal::mpmc::Failure [] [src]

pub enum Failure {
    Empty,
    Disconnected,
}

Failure modes for receiving on the port.

Variants

There is nothing to recieve.

The port is disconnected.

Trait Implementations

impl Debug for Failure
[src]

Formats the value using the given formatter.