Searched defs:TryFromIntError (Results 1 – 5 of 5) sorted by relevance
60 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() argument94 fn err_mut(out: &mut u8) -> Result<(), TryFromIntError> { in err_mut() argument115 async fn err_mut_async(polls: usize, out: &mut u8) -> Result<(), TryFromIntError> { in err_mut_async() argument
241 pub struct TryFromIntError; struct243 impl Error for TryFromIntError {} implementation245 impl Display for TryFromIntError { implementation
221 pub struct TryFromIntError; struct223 impl From<core::num::TryFromIntError> for TryFromIntError { implementation
48 TryFromIntError(#[from] std::num::TryFromIntError), enumerator
342 TryFromIntError(TryFromIntError), enumerator