Struct twig::error::TracedRuntimeError [] [src]

pub struct TracedRuntimeError {
    pub message: RuntimeError,
    pub stack_trace: Vec<TraceEntry>,
}

Runtime error with stack trace.

Fields

Methods

impl TracedRuntimeError
[src]

Trait Implementations

impl Clone for TracedRuntimeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TracedRuntimeError
[src]

Formats the value using the given formatter.

impl Display for TracedRuntimeError
[src]

Formats the value using the given formatter. Read more