Skip to main content

IntervalFunc

Type Alias IntervalFunc 

Source
pub type IntervalFunc<C> = Ticker<Interval<Box<dyn FnMut(&mut Scope<'_, C>) + Send>>>;
Expand description

A convenience type for declaring state machines

Aliased Typeยง

pub struct IntervalFunc<C> { /* private fields */ }