Skip to main content

Initializer

Type Alias Initializer 

Source
pub type Initializer<T, S> = Box<dyn FnOnce(&mut MMState<'_, '_, T, S>) + Send + Sync + 'static>;

Aliased Typeยง

pub struct Initializer<T, S>(/* private fields */);