Searched refs:try_from (Results 1 – 2 of 2) sorted by relevance
1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() method
3124 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method