Enum osm_xml::error::ErrorReason [] [src]

pub enum ErrorReason {
    ParseFloat(ParseFloatError),
    ParseInt(ParseIntError),
    IllegalNesting,
    Missing,
}

Variants

Trait Implementations

impl Debug for ErrorReason
[src]

[src]

Formats the value using the given formatter.

impl From<ParseFloatError> for ErrorReason
[src]

[src]

Performs the conversion.

impl From<ParseIntError> for ErrorReason
[src]

[src]

Performs the conversion.