Enum mio::timer::TimerErrorKind [] [src]

pub enum TimerErrorKind {
    TimerOverflow,
}

Variants

TimerOverflow

Trait Implementations

impl Debug for TimerErrorKind
[src]

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

Formats the value using the given formatter.

impl Display for TimerErrorKind
[src]

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

Formats the value using the given formatter.