Trait outils::types::IndexType[][src]

pub trait IndexType: Default + Debug + Copy + Eq + Ord + Hash { }

Super trait for types that are supported as tree node, vertex and egde indices. This trait is implemented automatically for all types implementing the base traits

Implementors