Type Alias IndexedObject

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

Indexed object.

Aliased Typeยง

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