new

Function new 

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

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