Enum handlebars::TemplateFileError []

pub enum TemplateFileError {
    TemplateError(TemplateError),
    IOError(IOErrorString),
}

Variants

Trait Implementations

impl Debug for TemplateFileError
[src]

[src]

Formats the value using the given formatter.

impl Display for TemplateFileError

Formats the value using the given formatter. Read more

impl Error for TemplateFileError

A short description of the error. Read more

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

impl From<TemplateError> for TemplateFileError

Performs the conversion.