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.