Type Alias json_ld::IndexedObject

source ·
pub type IndexedObject<T, B = ()> = Indexed<Object<T, B>>;
Expand description

Indexed object.

Aliased Type§

struct IndexedObject<T, B = ()> { /* private fields */ }