Expand description
Conditional component definition registration support.
Structs§
- Simple
Context Factory - Factory producing contexts containing only the necessary data and noting more.
Enums§
- Condition
Metadata - Metadata for the entity which is currently evaluated for registration.
Traits§
- Component
Definition Registry Facade - A read-only facade of a ComponentDefinitionRegistry safe to use in registration conditions.
- Context
- Context information for use by condition implementations.
- Context
Factory - Factory for contexts for conditional component registration.
Functions§
- registered_
component - Simple condition returning true if the given type is already registered.
- unregistered_
component - Simple condition returning true if the given type is not registered yet.
- unregistered_
name - Returns true if no given name is already registered.
Type Aliases§
- Component
Condition - Registration condition which should pass to let given ConditionMetadata be registered.