Home
last modified time | relevance | path

Searched defs:NoSemanticMatch (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/petgraph/src/algo/
Disomorphism.rs154 pub struct NoSemanticMatch; struct
161 impl<G0: GraphBase, G1: GraphBase> NodeMatcher<G0, G1> for NoSemanticMatch { implementation
203 impl<G0: GraphBase, G1: GraphBase> EdgeMatcher<G0, G1> for NoSemanticMatch { implementation