Enum cluatoi::AtoiErr [] [src]

pub enum AtoiErr {
    Overflow,
    ByteUnk(u8),
}

Variants

Overflow of number

In the byte sequence, an unknown character was used

Trait Implementations

impl Debug for AtoiErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AtoiErr

impl Sync for AtoiErr