Struct relm4::ComponentParts
source · Expand description
Contains the initial model and widgets being docked into a component.
Fields§
§model: C
The model of the component.
widgets: C::Widgets
The widgets created for the view.
Contains the initial model and widgets being docked into a component.
model: C
The model of the component.
widgets: C::Widgets
The widgets created for the view.