Struct mio::TimerError [] [src]

pub struct TimerError {
    // some fields omitted
}

Trait Implementations

impl Display for TimerError

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

impl Error for TimerError

fn description(&self) -> &str

1.0.0fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for TimerError

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