pub trait StepByOne {
    fn step(&mut self);
}
Expand description

Add value by one

Required methods

Add value by one

Implementors