Protocol std::mem::AsSliceMut

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

Types that can be viewed as mutable slices

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

Example

Required methods