new_mut

Function new_mut 

Source
pub fn new_mut<DynSliceFromType>(value: &mut [DynSliceFromType]) -> SliceMut<'_>
where Dyn: Pointee<Metadata = DynMetadata<Dyn>>, DynSliceFromType: 'static + Debug,
Expand description

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