Struct ergo_sync::ch::SelectRecvError [] [src]

pub struct SelectRecvError;

An error returned from the Select::recv method.

This error occurs when the selection case doesn't receive a message from the channel. Note that cases enumerated in a selection loop are sometimes simply skipped, so they might fail even if the channel is currently not empty.

Trait Implementations

impl Copy for SelectRecvError
[src]

impl Error for SelectRecvError
[src]

[src]

[src]

impl Clone for SelectRecvError
[src]

impl Eq for SelectRecvError
[src]

impl PartialEq<SelectRecvError> for SelectRecvError
[src]

[src]

impl Debug for SelectRecvError
[src]

[src]

impl Display for SelectRecvError
[src]

[src]