Enum rustache::RustacheError [] [src]

pub enum RustacheError {
    JsonError(String),
    FileError(String),
    TemplateErrorType(TemplateError),
}

Enum to handle errors from the Rustache library.

Variants

Error parsing JSON data

Error opening or reading a file

Generic enum value for any errors from the template module.

Trait Implementations

impl Debug for RustacheError
[src]

Formats the value using the given formatter.