logo
pub fn build_item_tree<T: ItemTreeBuilder>(
    root_component: &Rc<Component>,
    initial_state: &T::SubComponentState,
    builder: &mut T
)
Expand description

Visit each item in order in which they should appear in the children tree array.