Trait json_ld_syntax::UnorderedHash 
source · pub trait UnorderedHash {
    fn unordered_hash<H>(&self, state: &mut H)
    where
        H: Hasher;
}pub trait UnorderedHash {
    fn unordered_hash<H>(&self, state: &mut H)
    where
        H: Hasher;
}