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