Skip to main content

Module element

Module element 

Source

Structs§

ComponentElement
An element representing a component instance in the tree.
NativeElement
An element backed by a native widget (a Box<dyn Widget>).
TextElement
A plain text leaf node.

Enums§

Element
The fundamental unit of the ROSACE element tree.

Traits§

WidgetPayload
Type-erased bridge between the element tree and the render layer.