Enum sirena_types::AirportCodeParseError [] [src]

pub enum AirportCodeParseError {
    InvalidLength(usize),
    InvalidLetter(char),
}

Variants

Trait Implementations

impl Debug for AirportCodeParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for AirportCodeParseError
[src]

[src]

Formats the value using the given formatter. Read more

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