pub trait DiffOwnChanges { // Required method fn get_own_changes(&self) -> Vec<(Cow<'_, str>, DiffResultType)>; }