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
pub trait TimerTraitConst {
// Required method
fn as_raw_Timer(&self) -> *const c_void;
// Provided method
fn duration_ns(&self) -> Result<u64> { ... }
}
Constant methods for core::Timer