pub trait StoppableClock: Sealed {
// Required methods
fn enable(&mut self);
fn disable(&mut self);
fn kill(&mut self);
}Expand description
For clocks that can be disabled
pub trait StoppableClock: Sealed {
// Required methods
fn enable(&mut self);
fn disable(&mut self);
fn kill(&mut self);
}For clocks that can be disabled