Struct handlebars::TemplateError [] [src]

pub struct TemplateError {
    pub reason: TemplateErrorReason,
    pub template_name: Option<String>,
    pub line_no: Option<usize>,
    pub column_no: Option<usize>,
}

Error on parsing template.

Fields

Methods

impl TemplateError
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for TemplateError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TemplateError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Error for TemplateError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for TemplateError
[src]

[src]

Formats the value using the given formatter. Read more