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

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

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

impl<T> IndexType for T where
    T: Default + Debug + Copy + Eq + Ord
[src]

Loading content...