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 */ }pub type MatchedGraph<'a, N, E, P> = FilterMap<'a, PatternElement<N>, PatternElement<E>, &'a N, &'a E, P>;Type definition of MatchedGraph.
pub struct MatchedGraph<'a, N, E, P> { /* private fields */ }