Skip to main content

Tree

Type Alias Tree 

Source
pub type Tree<'cm, NodeIdType> = TreeView<'cm, NodeIdType>;
Expand description

Convenience alias — egui_components::Tree::new(id) returns the upstream TreeView.

Aliased Type§

pub struct Tree<'cm, NodeIdType> { /* private fields */ }