pub type WidgetTree<'a> = Tree<WidgetContainer<'a>>;
pub struct WidgetTree<'a> { /* private fields */ }