Protocol std::mem::AsSlice

protocol AsSlice<Self, T> { ... }

Types that can be viewed as const slices

Types that implement this protocol can be indexed as if they were slices.

Example

Required methods