Struct std::num::ParseIntError
[−]
[src]
pub struct ParseIntError { // some fields omitted }1.0.0
An error which can be returned when parsing an integer.
This error is used as the error type for the from_str_radix()
functions
on the primitive integer types, such as i8::from_str_radix()
.