pub trait DiscretizableSchedule {
    fn to_i(&self) -> IntegralSchedule;
}

Required methods

Discretize a schedule.

Implementors