Home
last modified time | relevance | path

Searched defs:TryFromIntError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/core/src/num/
Derror.rs10 pub struct TryFromIntError(pub(crate) ()); struct
13 impl fmt::Display for TryFromIntError { implementation
21 impl Error for TryFromIntError { implementation
29 impl From<Infallible> for TryFromIntError { implementation
30 fn from(x: Infallible) -> TryFromIntError { in from()
36 impl From<!> for TryFromIntError { implementation
38 fn from(never: !) -> TryFromIntError { in from()