StopwatchExt

Trait StopwatchExt 

Source
pub trait StopwatchExt<TIM> {
    // Required method
    fn stopwatch(self, rcc: &mut Rcc) -> Stopwatch<TIM>;
}

Required Methods§

Source

fn stopwatch(self, rcc: &mut Rcc) -> Stopwatch<TIM>

Implementors§