Enum iata_types::CityCodeParseError [] [src]

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

Variants

Trait Implementations

impl Debug for CityCodeParseError
[src]

[src]

Formats the value using the given formatter.

impl Display for CityCodeParseError
[src]

[src]

Formats the value using the given formatter. Read more

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