Skip to main content

LoopRoutine

Type Alias LoopRoutine 

Source
pub type LoopRoutine = Box<dyn FnMut() + Send>;
Expand description

Reserved type alias for a synchronous loop callback (currently unused).

Aliased Typeยง

pub struct LoopRoutine(/* private fields */);