Enum pulse::TimeoutError [] [src]

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

Represents the possible errors from a wait timeout

Variants

A WaitError has occurred

The Signal timed-out before a Pulse was observed.

Trait Implementations

impl Debug for TimeoutError
[src]

Formats the value using the given formatter.

impl PartialEq for TimeoutError
[src]

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

This method tests for !=.

impl Eq for TimeoutError
[src]