pub fn enumerate_covers(
spec: &NetworkSpec,
) -> (Vec<Vec<String>>, Option<LimitKind>)Expand description
_enumerate_covers: the level-order obligation walk. Returns the emitted
covers (as node names, in emission order) and which budget truncated the
walk, if any.