Skip to main content

check_nesting

Function check_nesting 

Source
pub fn check_nesting(module: &Module) -> Result<(), String>
Expand description

V2 — every child span is contained in its parent, and sibling spans are ordered and disjoint. Validates the whole node set (module container included) as a laminar family via a containment stack.