Skip to main content

GraphValue

Trait GraphValue 

Source
pub trait GraphValue {
    type Id: Ord + Clone + Hash;

    // Required method
    fn identify(&self) -> &Self::Id;
}
Expand description

Value types that can be used with GraphClassifier and PatternGraph.

Required Associated Types§

Required Methods§

Source

fn identify(&self) -> &Self::Id

Implementors§