Enum osm_xml::error::ErrorReason
[−]
[src]
pub enum ErrorReason {
ParseFloat(ParseFloatError),
ParseInt(ParseIntError),
IllegalNesting,
Missing,
}Variants
ParseFloat(ParseFloatError)ParseInt(ParseIntError)IllegalNestingMissing
Trait Implementations
impl Debug for ErrorReason[src]
impl From<ParseFloatError> for ErrorReason[src]
fn from(err: ParseFloatError) -> ErrorReason[src]
Performs the conversion.
impl From<ParseIntError> for ErrorReason[src]
fn from(err: ParseIntError) -> ErrorReason[src]
Performs the conversion.