MatchedGraph

Type Alias MatchedGraph 

Source
pub type MatchedGraph<'a, N, E, P> = FilterMap<'a, PatternElement<N>, PatternElement<E>, &'a N, &'a E, P>;
Expand description

Type definition of MatchedGraph.

Aliased Typeยง

pub struct MatchedGraph<'a, N, E, P> { /* private fields */ }