pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>Expand description
Create a mutable dyn slice from a mutable slice of a type that implements Debug.
pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>Create a mutable dyn slice from a mutable slice of a type that implements Debug.