Function rustc_data_structures::graph::each_edge_index
[−]
[src]
pub fn each_edge_index<F>(max_edge_index: EdgeIndex, f: F) where F: FnMut(EdgeIndex) -> bool
Unstable (
rustc_private
)