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

JSON-LD comparison.

Required Methods§

Implementations on Foreign Types§

Implementors§