Trait json_ld_core::object::MappedEq
source · pub trait MappedEq<T: ?Sized = Self> {
type BlankId;
fn mapped_eq<'a, 'b, F: Clone + Fn(&'a Self::BlankId) -> &'b Self::BlankId>(
&'a self,
other: &T,
f: F
) -> bool
where
Self::BlankId: 'a + 'b;
}