Module relm4::factory

source ·
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 VecDeque that can be used to store data associated with components that implement AsyncFactoryComponent.
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 VecDeque that can be used to store data associated with components that implement FactoryComponent.
Provides methods to edit the underlying FactoryVecDeque.

Traits

A component that’s stored inside a factory. Similar to Component but adjusted to fit the life cycle of factories.
Extension for FactoryComponent that makes elements cloneable.
A component that’s stored inside a factory. Similar to Component but adjusted to fit the life cycle of factories.