Struct std::num::TryFromIntError
[−]
[src]
pub struct TryFromIntError(_);
Unstable (
try_from #33417)The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Display for TryFromIntError
impl Error for TryFromIntError[src]
Derived Implementations
impl Clone for TryFromIntError
fn clone(&self) -> TryFromIntError
Unstable (
try_from #33417)