Enum num::bigint::ParseBigIntError [] [src]

pub enum ParseBigIntError {
    ParseInt(ParseIntError),
    Other,
}

Variants

Trait Implementations

impl PartialEq<ParseBigIntError> for ParseBigIntError

impl Debug for ParseBigIntError

impl From<ParseIntError> for ParseBigIntError

impl Error for ParseBigIntError

impl Display for ParseBigIntError