dioxus_native_core

Module tree

Source
Expand description

A tree of nodes intigated with shipyard

Structs§

Node
A node in a tree.
ShadowTree
A shadow tree reference inside of a tree. This tree is isolated from the main tree.

Traits§

TreeMut
A mutable view of a tree.
TreeRef
A immutable view of a tree.

Type Aliases§

TreeMutView
A mutable view of a tree.
TreeRefView
A view of a tree.