Enum maxminddb::MaxMindDBError [] [src]

pub enum MaxMindDBError {
    AddressNotFoundError(String),
    InvalidDatabaseError(String),
    IoError(String),
    MapError(String),
    DecodingError(String),
}

Variants

Trait Implementations

impl Debug for MaxMindDBError
[src]

Formats the value using the given formatter.

impl PartialEq for MaxMindDBError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Error> for MaxMindDBError
[src]

Performs the conversion.