Trait hash_trie::traits::HashLike[][src]

pub trait HashLike<T> { }
Expand description

HashLike provides a means to assert that two types will hash identically.

Implementors