pub struct TryFromIntError(/* private fields */);
Expand description
The error type returned when a checked integral type conversion fails.
Trait Implementations§
1.34.0 · source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
Returns a copy of the value. Read more