Trait sequence_trie::TrieKey [] [src]

pub trait TrieKey: 'static + PartialEq + Eq + Hash + Clone { }

Aggregate trait for types which can be used to key a SequenceTrie.

This trait is automatically implemented for all types implementing the supertraits.

Implementors