pub fn new<DynSliceFromType>(value: &[DynSliceFromType]) -> Slice<'_>Available on crate feature
std only.Expand description
Create a dyn slice from a slice of a type that implements Error.
pub fn new<DynSliceFromType>(value: &[DynSliceFromType]) -> Slice<'_>std only.Create a dyn slice from a slice of a type that implements Error.