Trait MonoTimerExt

Source
pub trait MonoTimerExt {
    // Required method
    fn monotonic<T>(self, sys_clk: T) -> MonoTimer
       where T: Into<Hertz>;
}

Required Methods§

Source

fn monotonic<T>(self, sys_clk: T) -> MonoTimer
where T: Into<Hertz>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§