Expand description
Defines traits and data types to generate widgets from collections efficiently.
Re-exports
pub use widgets::traits::*;
Modules
- Position types for various widgets.
- Traits and implementations used for factories to interact with widgets.
Structs
- Contains senders to send and receive messages from a
Component. - A container similar to
VecDequethat can be used to store data associated with components that implementAsyncFactoryComponent. - Provides methods to edit the underlying
AsyncFactoryVecDeque. - A dynamic index that updates automatically when items are shifted inside a factory container.
- Contains senders to send and receive messages from a
Component. - A container similar to
VecDequethat can be used to store data associated with components that implementFactoryComponent. - Provides methods to edit the underlying
FactoryVecDeque.
Traits
- A component that’s stored inside a factory. Similar to
Componentbut adjusted to fit the life cycle of factories. - Extension for
FactoryComponentthat makes elements cloneable. - A component that’s stored inside a factory. Similar to
Componentbut adjusted to fit the life cycle of factories.