Type Definition json_ld::StrippedIndexedObject

source ·
pub type StrippedIndexedObject<T, B, M> = Stripped<Meta<Indexed<Object<T, B, M>, M>, M>>;
Expand description

Indexed object, without regard for its metadata.