Skip to main content

flatten_or_property

Function flatten_or_property 

Source
fn flatten_or_property<'a, 'tcx>(
    property: &'a Property<'tcx>,
    out: &mut Vec<&'a Property<'tcx>>,
)
Expand description

Collect the non-Or leaf properties of a (possibly compound) property tree.