Enum bigint::uint::FromDecStrErr [] [src]

pub enum FromDecStrErr {
    InvalidCharacter,
    InvalidLength,
}

Conversion from decimal string error

Variants

Char not from range 0-9

Value does not fit into type

Trait Implementations

impl Debug for FromDecStrErr
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FromDecStrErr
[src]

[src]

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

1.0.0
[src]

This method tests for !=.