Trait TimerTraitConst

Source
pub trait TimerTraitConst {
    // Required method
    fn as_raw_Timer(&self) -> *const c_void;

    // Provided method
    fn duration_ns(&self) -> Result<u64> { ... }
}
Expand description

Constant methods for core::Timer

Required Methods§

Provided Methods§

Implementors§