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

Indexed object, without regard for its metadata.

Aliased Type§

struct StrippedIndexedObject<T, B, M>(pub Meta<Indexed<Object<T, B, M>, M>, M>);

Fields§

§0: Meta<Indexed<Object<T, B, M>, M>, M>