Enum handlebars::TemplateFileError[]

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

Variants

Trait Implementations

impl Debug for TemplateFileError
[src]

Formats the value using the given formatter. Read more

impl Display for TemplateFileError

Formats the value using the given formatter. Read more

impl Error for TemplateFileError

This method is soft-deprecated. Read more

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

impl From<TemplateError> for TemplateFileError

Performs the conversion.

impl From<WalkdirError> for TemplateFileError
[src]

Performs the conversion.

Auto Trait Implementations