archunit

Type Alias MapFunction

Source
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.