pub trait SliceMut: Slice { // Required method fn slice_mut(&mut self) -> &mut [Self::Element]; }
Types that may be used as a data slice for mutable Fixed and Bounded ring buffers.
Fixed
Bounded
Mutably borrow the data slice.