pub trait Clock {
// Provided method
fn clock(&mut self) -> u64 { ... }
}
Expand description
Trait for types that can be clocked.
pub trait Clock {
// Provided method
fn clock(&mut self) -> u64 { ... }
}
Trait for types that can be clocked.