Trait holo_hash::hash_type::HashTypeSync[][src]

pub trait HashTypeSync: HashType { }
Expand description

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

Implementors