Struct handlebars_iron::SourceError [] [src]

pub struct SourceError {
    pub cause: Box<Error>,
}

Fields

Trait Implementations

impl Debug for SourceError
[src]

Formats the value using the given formatter.

impl Display for SourceError
[src]

Formats the value using the given formatter.

impl Error for SourceError
[src]

A short description of the error. Read more

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

impl From<TemplateError> for SourceError
[src]

Performs the conversion.

impl From<TemplateFileError> for SourceError
[src]

Performs the conversion.