Enum read_token::ParseNumberError [] [src]

pub enum ParseNumberError {
    ExpectedDigits,
    Invalid,
    OverflowInfinity,
    OverflowNegInfinity,
}
[]

Error when parsing number.

Variants

[]

The number was empty.

[]

The number is of invalid format.

[]

The number overflowed to infinity.

[]

The number overflowed to negative infinity.

Trait Implementations

impl Copy for ParseNumberError
[src]

impl Clone for ParseNumberError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for ParseNumberError
[src]

[]

Formats the value using the given formatter.

impl PartialEq for ParseNumberError
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Eq for ParseNumberError
[src]

impl Display for ParseNumberError
[src]

[]

Formats the value using the given formatter. Read more