Trait json_ld::object::MappedEq

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

Required Associated Types§

Required Methods§

Structural equality with mapped blank identifiers.

Does not care for metadata.

Implementations on Foreign Types§

Implementors§