Trait holo_hash::hash_type::HashTypeAsync[][src]

pub trait HashTypeAsync: HashType { }
Expand description

HashTypes whose content are only hashable asynchronously, i.e. the content is unbounded in size

Implementors