logo
pub fn init_component_items<Base>(
    base: Pin<&Base>,
    item_tree: &[ItemTreeNode<Base>],
    window: &WindowRc
)
Expand description

Call init() on the ItemVTable for each item of the component.