[][src]Trait outils::types::KeyType

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

Super trait for types that are supported as search keys. This trait is implemented automatically for all types implementing the base traits

Implementors

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

Loading content...