Type Alias SchedulerFunction

Source
pub type SchedulerFunction = Box<dyn FnMut()>;

Aliased Typeยง

struct SchedulerFunction(/* private fields */);