Trait petgraph::isomorphism::SemanticMatcher
source · trait SemanticMatcher<T> {
// Required methods
fn enabled() -> bool;
fn eq(&mut self, _: &T, _: &T) -> bool;
}
Required Methods§
Object Safety§
This trait is not object safe.