Expand description
New component-based system (parallel implementation)
Structs§
- Component
Id - Unique identifier for components in the tree
Enums§
- Action
- Action returned by a component’s update method
Traits§
- Component
- Main component trait for building UI components
- Message
- Trait for messages that can be sent between components
- Message
Ext - Extension trait for convenient message downcasting
- State
- Trait for component state management
- State
Ext - Extension trait for convenient state downcasting