Enum iata_types::AirlineCodeParseError [] [src]

pub enum AirlineCodeParseError {
    InvalidLength(usize),
    InvalidCharacter(char),
}

Variants

Trait Implementations

impl Debug for AirlineCodeParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for AirlineCodeParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AirlineCodeParseError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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