Searched defs:TryFrom (Results 1 – 2 of 2) sorted by relevance
1644 impl<T, const N: usize> TryFrom<Box<[T]>> for Box<[T; N]> { impl1667 impl<T, const N: usize> TryFrom<Vec<T>> for Box<[T; N]> { impl
3518 impl<T, A: Allocator, const N: usize> TryFrom<Vec<T, A>> for [T; N] { impl