Trait json_syntax::UnorderedPartialEq 
source · pub trait UnorderedPartialEq {
    // Required method
    fn unordered_eq(&self, other: &Self) -> bool;
}Required Methods§
fn unordered_eq(&self, other: &Self) -> bool
Object Safety§
This trait is not object safe.