Struct handlebars_iron::SourceError[][src]

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

Fields

Trait Implementations

impl Debug for SourceError
[src]

Formats the value using the given formatter. Read more

impl Display for SourceError
[src]

Formats the value using the given formatter. Read more

impl Error for SourceError
[src]

This method is soft-deprecated. 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.

Auto Trait Implementations

impl Send for SourceError

impl !Sync for SourceError