pub type OnAfterApplySchematic = Box<dyn FnMut(&DynamicSchematic, &mut SchematicContext<'_, '_>) + Send + Sync>;
Aliased Typeยง
pub struct OnAfterApplySchematic(/* private fields */);
pub type OnAfterApplySchematic = Box<dyn FnMut(&DynamicSchematic, &mut SchematicContext<'_, '_>) + Send + Sync>;
pub struct OnAfterApplySchematic(/* private fields */);