Struct handlebars::RenderError [] [src]

pub struct RenderError {
    pub desc: String,
    pub template_name: Option<String>,
    pub line_no: Option<usize>,
    pub column_no: Option<usize>,
    // some fields omitted
}

Error when rendering data on template.

Fields

Methods

impl RenderError
[src]

Trait Implementations

impl Debug for RenderError
[src]

Formats the value using the given formatter.

impl Display for RenderError
[src]

Formats the value using the given formatter. Read more

impl Error for RenderError
[src]

A short description of the error. Read more

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

impl From<IOError> for RenderError
[src]

Performs the conversion.

impl From<SerdeError> for RenderError
[src]

Performs the conversion.