Searched refs:from_slice (Results 1 – 1 of 1) sorted by relevance
1465 fn from_slice(slice: &[T]) -> Self; in from_slice() method1471 default fn from_slice(slice: &[T]) -> Self { in from_slice() method1479 fn from_slice(slice: &[T]) -> Self { in from_slice() method1507 <Self as BoxFromSlice<T>>::from_slice(slice) in from()