Type Definition otter_nodejs_tests::index_vec::IndexBox
[−]pub type IndexBox<I, T> = Box<IndexSlice<I, T>, Global>;Expand description
IndexBox<I, [T]>: An alias for indexed boxed slice.
pub type IndexBox<I, T> = Box<IndexSlice<I, T>, Global>;IndexBox<I, [T]>: An alias for indexed boxed slice.