Trait holo_hash::hash_type::HashTypeSync

source ·
pub trait HashTypeSync: HashType { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementors§