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

Add value by one

Required Methods

Add value by one

Implementors