pub type ComponentCondition = fn(context: &dyn Context, metadata: ConditionMetadata<'_>) -> bool;
Expand description

Registration condition which should pass to let given ConditionMetadata be registered.