Function layout_2013::traversal::construct_flows_at_ancestors

source ·
pub unsafe fn construct_flows_at_ancestors<'dom>(
    context: &LayoutContext<'_>,
    node: impl LayoutNode<'dom>,
)
Expand description

§Safety

This function modifies the DOM node represented by the node argument, so it is imperitive that no other thread is modifying the node at the same time.