pub trait Compare { // Required method fn compare(&self, other: &Self) -> bool; }
JSON-LD comparison.