pub struct TryFromIntError(/* private fields */);Expand description
The error type returned when a checked integral type conversion fails.
pub struct TryFromIntError(/* private fields */);The error type returned when a checked integral type conversion fails.