Type Definition springtime_di::component_registry::conditional::ComponentCondition
source · pub type ComponentCondition = fn(context: &dyn Context, metadata: ConditionMetadata<'_>) -> bool;Expand description
Registration condition which should pass to let given ConditionMetadata be registered.