Function match_graph

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

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