Enum xyzio::ParseError [] [src]

pub enum ParseError {
    Integer(ParseIntError),
    Float(ParseFloatError),
}

Variants

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.