Compare commits
2 Commits
42f16685b8
...
c323d3e8f2
Author | SHA1 | Date |
---|---|---|
|
c323d3e8f2 | |
|
cde01d607b |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.9 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
@ -56,7 +56,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a, Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'a, Query, Data, NodeEq, EdgeEq>
|
impl<Query, Data, NodeEq, EdgeEq> Iterator for IsomorphismIter<'_, Query, Data, NodeEq, EdgeEq>
|
||||||
where
|
where
|
||||||
Query: Graph,
|
Query: Graph,
|
||||||
Data: Graph,
|
Data: Graph,
|
||||||
|
|
Loading…
Reference in New Issue