Trait crystalorb::fixed_timestepper::Stepper[][src]

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

Arbitrary structure that can be updated in discrete steps.

Required methods

Update a single step.

Implementors