pub trait CastableSchedule<T> {
    fn to(&self) -> Schedule<T>;
}

Required methods

Implementors