pub trait SetRingout {
    fn ringout_counter_incr(&mut self);
fn ringout_counter_reset(&mut self); }

Required methods

Implementors