Searched defs:WithInfo (Results 1 – 1 of 1) sorted by relevance
22 impl<M, F> Sealed<M> for WithInfo<F> where F: Fn(Runnable<M>, ScheduleInfo) {} implementation154 pub struct WithInfo<F>(pub F); struct156 impl<F> From<F> for WithInfo<F> { implementation162 impl<M, F> Schedule<M> for WithInfo<F> implementation