Struct std::num::ParseIntError
[−]
[src]
pub struct ParseIntError {
// some fields omitted
}An error which can be returned when parsing an integer.
pub struct ParseIntError {
// some fields omitted
}An error which can be returned when parsing an integer.
impl Display for ParseIntErrorimpl Error for ParseIntErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl PartialEq<ParseIntError> for ParseIntErrorfn eq(&self, __arg_0: &ParseIntError) -> boolfn ne(&self, __arg_0: &ParseIntError) -> boolimpl Clone for ParseIntErrorfn clone(&self) -> ParseIntErrorfn clone_from(&mut self, source: &Self)impl Debug for ParseIntError