Enum pulse::TimeoutError [] [src]

pub enum TimeoutError {
    Error(WaitError),
    Timeout,
}

Represents the possible errors from a wait timeout

Variants

Error(WaitError)

A WaitError has occurred

Timeout

The Signal timed-out before a Pulse was observed.

Trait Implementations

impl Eq for TimeoutError
[src]

impl PartialEq for TimeoutError
[src]

fn eq(&self, __arg_0: &TimeoutError) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &TimeoutError) -> bool

This method tests for !=.

impl Debug for TimeoutError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.