Struct ergo_sync::ch::RecvError [] [src]

pub struct RecvError;

An error returned from the Receiver::recv method.

The [recv] operation can only fail if the sending half of a channel is disconnected and the channel is empty, implying that no further messages will ever be received.

Trait Implementations

impl Copy for RecvError
[src]

impl Error for RecvError
[src]

[src]

[src]

impl Clone for RecvError
[src]

[src]

impl Eq for RecvError
[src]

impl PartialEq<RecvError> for RecvError
[src]

[src]

impl Debug for RecvError
[src]

[src]

impl Display for RecvError
[src]

[src]