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

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