Function style::traversal::note_children

source ·
fn note_children<E, D, F>(
    context: &mut StyleContext<'_, E>,
    element: E,
    data: &ElementData,
    propagated_hint: RestyleHint,
    is_initial_style: bool,
    note_child: F
)where
    E: TElement,
    D: DomTraversal<E>,
    F: FnMut(E::ConcreteNode),