Searched refs:from_slice (Results 1 – 1 of 1) sorted by relevance
1487 fn from_slice(slice: &[T]) -> Self; in from_slice() method1493 default fn from_slice(slice: &[T]) -> Self { in from_slice() method1501 fn from_slice(slice: &[T]) -> Self { in from_slice() method1529 <Self as BoxFromSlice<T>>::from_slice(slice) in from()