Trait json_ld_syntax::Compare

source ·
pub trait Compare {
    // Required method
    fn compare(&self, other: &Self) -> bool;
}
Expand description

JSON-LD comparison.

Required Methods§

source

fn compare(&self, other: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementors§