Structs§
- Component
Element - An element representing a component instance in the tree.
- Native
Element - An element backed by a native widget (a
Box<dyn Widget>). - Text
Element - A plain text leaf node.
Enums§
- Element
- The fundamental unit of the ROSACE element tree.
Traits§
- Widget
Payload - Type-erased bridge between the element tree and the render layer.