Type Alias WidgetTree

Source
pub type WidgetTree<'a> = Tree<WidgetContainer<'a>>;

Aliased Typeยง

pub struct WidgetTree<'a> { /* private fields */ }