pub trait GraphValue { type Id: Ord + Clone + Hash; // Required method fn identify(&self) -> &Self::Id; }
Value types that can be used with GraphClassifier and PatternGraph.
GraphClassifier
PatternGraph