Searched refs:try_from (Results 1 – 3 of 3) sorted by relevance
39 fn try_from(value: u32) -> Result<Self, Self::Error> {
359 CString::try_from(self) in to_cstring()927 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() method
278 let num = i32::try_from(num)?; in new()