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

    fn duration_ns(&self) -> Result<u64> { ... }
}

Required Methods

Provided Methods

Implementors