pub type MapFunction<'a> = dyn Fn(&Edge) -> Option<MappedEdge> + 'a;Expand description
A graph relabeling hook. Returning None drops the raw edge from the projected view.
pub type MapFunction<'a> = dyn Fn(&Edge) -> Option<MappedEdge> + 'a;A graph relabeling hook. Returning None drops the raw edge from the projected view.