Searched defs:TryFromIntError (Results 1 – 1 of 1) sorted by relevance
10 pub struct TryFromIntError(pub(crate) ()); struct13 impl fmt::Display for TryFromIntError { implementation21 impl Error for TryFromIntError { implementation29 impl From<Infallible> for TryFromIntError { implementation30 fn from(x: Infallible) -> TryFromIntError { in from()36 impl From<!> for TryFromIntError { implementation38 fn from(never: !) -> TryFromIntError { in from()