match_graph

Function match_graph 

Source
pub(crate) fn match_graph(g1: &Graph, g2: &Graph) -> Result<MatchResult, Error>
Expand description

Matches two Graphs, and returns the match result from each fragment in g1 to g2.