Type Alias OnAfterApplyPrototype

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

Aliased Typeยง

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