Function traverse_children_of

Source
fn traverse_children_of<'dom>(
    parent_element_info: &NodeAndStyleInfo<'dom>,
    context: &LayoutContext<'_>,
    handler: &mut impl TraversalHandler<'dom>,
)