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

Required Methods

Implementors