pub trait TrieKey: Eq + Hash { }
Expand description

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

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

Implementors§