pub type IndexedObject<T, B = ()> = Indexed<Object<T, B>>;
Indexed object.
pub struct IndexedObject<T, B = ()> { /* private fields */ }