Function json_ld::utils::hash_set_opt

source ยท
pub fn hash_set_opt<S, H>(set_opt: Option<S>, hasher: &mut H)
where S: IntoIterator, H: Hasher, <S as IntoIterator>::Item: Hash,
Expand description

Hash an optional set of items.