Searched defs:TryFromIntError (Results 1 – 4 of 4) sorted by relevance
59 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() argument93 fn err_mut(out: &mut u8) -> Result<(), TryFromIntError> { in err_mut() argument114 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
289 TryFromIntError(TryFromIntError), enumerator