Struct xvii::ParseRomanError [] [src]

pub struct ParseRomanError { /* fields omitted */ }

An error in parsing a Roman numeral.

Methods

impl ParseRomanError
[src]

Trait Implementations

impl Debug for ParseRomanError
[src]

Formats the value using the given formatter.

impl Display for ParseRomanError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseRomanError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more