new_mut

Function new_mut 

Source
pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>
where Dyn: Pointee<Metadata = DynMetadata<Dyn>>, DynSliceFromType: 'static + ToString,
Available on crate feature alloc only.
Expand description

Create a mutable dyn slice from a mutable slice of a type that implements ToString.