Trait hash_trie::traits::Value[][src]

pub trait Value: Clone + Debug + Send + Sync + 'static { }
Expand description

Value lists the requirements on the value type for the hash array mapped trie to function.

Implementors