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

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

Runtime error with stack trace.

Fields

message
stack_trace

Methods

impl TracedRuntimeError

fn new(message: RuntimeError) -> TracedRuntimeError

Trait Implementations

impl Display for TracedRuntimeError

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Debug for TracedRuntimeError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for TracedRuntimeError

fn clone(&self) -> TracedRuntimeError

fn clone_from(&mut self, source: &Self)