Enum iata_types::FlightNumberParseError [] [src]

pub enum FlightNumberParseError {
    NotANumber,
    InvalidNumber,
}

Variants

Trait Implementations

impl Debug for FlightNumberParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for FlightNumberParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FlightNumberParseError
[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