Function build_delegation_tree

Source
pub fn build_delegation_tree(
    node: &Node,
    parent_delegate: Option<Arc<Mutex<EventDelegate>>>,
) -> Arc<Mutex<EventDelegate>>
Expand description

Helper to build an event delegation tree from a component tree