GeneralTimerExt

Trait GeneralTimerExt 

Source
pub trait GeneralTimerExt: GeneralTimer {
    // Required method
    fn enable_preload(&mut self, b: bool);
}

Required Methods§

Source

fn enable_preload(&mut self, b: bool)

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§