Enum xvii::RomanErrorKind [] [src]

pub enum RomanErrorKind {
    InvalidDigit(u8),
    OutOfRange(i32),
}

Variants

An invalid digit was encountered when parsing.

Parsing was successful, but the resulting value is out of range.

Trait Implementations

impl Debug for RomanErrorKind
[src]

[src]

Formats the value using the given formatter.