pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>Available on crate feature
alloc only.Expand description
Create a mutable dyn slice from a mutable slice of a type that implements ToString.
pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>alloc only.Create a mutable dyn slice from a mutable slice of a type that implements ToString.