Type Alias OnAfterApplySchematic

Source
pub type OnAfterApplySchematic = Box<dyn FnMut(&DynamicSchematic, &mut SchematicContext<'_, '_>) + Send + Sync>;

Aliased Typeยง

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