Struct twig::Error [] [src]

pub struct Error {
    // some fields omitted
}

Methods

impl Error
[src]

fn new_at(message: ErrorMessage, line_num: usize) -> Error

fn new(message: ErrorMessage) -> Error

Trait Implementations

impl Clone for Error
[src]

fn clone(&self) -> Error

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

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

Formats the value using the given formatter.