Enum procure::Error [] [src]

pub enum Error {
    RuntimeError(String),
    IoError(Error),
    ParseError(ParseIntError),
}

Custom Error type returned with procure Result's

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.