Function json_ld_core::utils::hash_set_opt
source · pub fn hash_set_opt<S: IntoIterator, H: Hasher>(
set_opt: Option<S>,
hasher: &mut H
)
Expand description
Hash an optional set of items.
pub fn hash_set_opt<S: IntoIterator, H: Hasher>(
set_opt: Option<S>,
hasher: &mut H
)
Hash an optional set of items.