pub trait Counter {
    fn add1(&mut self);
}

Required Methods

Implementors