pub trait SpanIndex<T, S: Shape, L: Layout> { type Output: ?Sized; }
Array span index trait, for an element or a subslice.
Array element or subslice type.