Skip to main content

e2rcore/interface/
i_step.rs

1pub struct Step {
2    pub _current_val: f64,
3    pub _range_val: ( f64, f64 ),
4}