Expand description
The serialisable widget-tree node enum.
Node is the data structure returned by Widget::build.
It has one variant per built-in widget type plus a Custom
escape hatch for application-defined widgets that need custom lowering.
Structs§
- Custom
Node - An application-defined node with custom lowering logic.
Enums§
- Node
- A serialisable node in the declarative widget tree.