Enum edo::error::EdoError [] [src]

pub enum EdoError {
    ParsingError,
}

The error our format function might through

Variants

An error occured while parsing the template

Trait Implementations

impl Debug for EdoError
[src]

Formats the value using the given formatter.

impl PartialEq for EdoError
[src]

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

This method tests for !=.

impl Display for EdoError
[src]

Formats the value using the given formatter. Read more

impl Error for EdoError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more