Lines Matching defs:TryFrom
19749 use core::convert::{From, TryFrom};
21328 impl<T, const N: usize> TryFrom<Rc<[T]>> for Rc<[T; N]> {
23280 use core::convert::{From, TryFrom};
25669 impl<T, const N: usize> TryFrom<Arc<[T]>> for Arc<[T; N]> {
35569 use std::convert::TryFrom;
35942 T: Copy + Debug + Ord + TryFrom<usize>,
35943 <T as TryFrom<usize>>::Error: Debug,
35978 impl TryFrom<usize> for Align32 {
46865 use core::convert::TryFrom;
49657 impl<T, A: Allocator, const N: usize> TryFrom<Vec<T, A>> for [T; N] {
50308 use core::convert::{From, TryFrom};
51494 impl<T, const N: usize> TryFrom<Box<[T]>> for Box<[T; N]> {