pub struct Step { pub _current_val: f64, pub _range_val: ( f64, f64 ), }