Searched refs:try_from (Results 1 – 3 of 3) sorted by relevance
207 CString::try_from(self) in to_cstring()599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { 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