Struct handlebars::TemplateError [-] [+] [src]

pub struct TemplateError;

Trait Implementations

impl Display for TemplateError

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

impl Error for TemplateError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Copy for TemplateError

impl Clone for TemplateError

fn clone(&self) -> TemplateError

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

impl Debug for TemplateError

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