Enum num::bigint::ParseBigIntError
[−]
[src]
pub enum ParseBigIntError { ParseInt(ParseIntError), Other, }
Variants
ParseInt | |
Other |
pub enum ParseBigIntError { ParseInt(ParseIntError), Other, }
ParseInt | |
Other |
impl Display for ParseBigIntError
impl Error for ParseBigIntError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl From<ParseIntError> for ParseBigIntError
fn from(err: ParseIntError) -> ParseBigIntError
impl PartialEq for ParseBigIntError
fn eq(&self, __arg_0: &ParseBigIntError) -> bool
fn ne(&self, __arg_0: &ParseBigIntError) -> bool
impl Debug for ParseBigIntError