pub type IndexBox<I, T> = Box<IndexSlice<I, T>>;Expand description
IndexBox<I, [T]>: An alias for indexed boxed slice.
Aliased Typeยง
pub struct IndexBox<I, T>(/* private fields */);pub type IndexBox<I, T> = Box<IndexSlice<I, T>>;IndexBox<I, [T]>: An alias for indexed boxed slice.
pub struct IndexBox<I, T>(/* private fields */);