Struct std::num::ParseIntError
[−]
[src]
pub struct ParseIntError { kind: IntErrorKind, }
An error which can be returned when parsing an integer.
Fields
kind |
Methods
impl ParseIntError
fn __description(&self) -> &str
Unstable (
int_error_internals
): available through Error trait and this method should not be exposed publicly