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

pub struct RenderError {
    pub desc: &'static str,
}

Fields

desc

Trait Implementations

impl Display for RenderError

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

impl Error for RenderError

fn description(&self) -> &str

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

Derived Implementations

impl Copy for RenderError

impl Clone for RenderError

fn clone(&self) -> RenderError

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

impl Debug for RenderError

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