fn match_graph(g1: &Graph, g2: &Graph) -> Result<Matches, Error>
Matches two Graphs, and returns the match result from each fragment in g1 to g2.
Graph
g1
g2