pub trait HashTypeSync: HashType { }
Expand description

HashTypes whose content are hashable synchronously, i.e. the content is guaranteed to be small

Implementors§