Searched defs:try_from (Results 1 – 4 of 4) sorted by relevance
599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
121 fn try_from(value: u64) -> Result<Self, Self::Error> { in try_from() method
1678 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() method1710 fn try_from(vec: Vec<T>) -> Result<Self, Self::Error> { in try_from() method
3543 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method