Trait Graph

Source
pub trait Graph {
    type NodeIndex: 'static + Copy + Hash + Eq + PartialEq + Ord;
}

Required Associated Types§

Source

type NodeIndex: 'static + Copy + Hash + Eq + PartialEq + Ord

Implementors§