Type Alias json_ld::IndexedObject
source · pub type IndexedObject<T, B, M> = Meta<Indexed<Object<T, B, M>, M>, M>;
Expand description
Indexed object.
Aliased Type§
struct IndexedObject<T, B, M>(pub Indexed<Object<T, B, M>, M>, pub M);
Fields§
§0: Indexed<Object<T, B, M>, M>
§1: M