Struct handlebars::RenderError [] [src]

pub struct RenderError {
    pub desc: String,
}

Fields

desc

Methods

impl RenderError

fn new<T: AsRef<str>>(desc: T) -> RenderError

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>

impl From<IOError> for RenderError

fn from(_: IOError) -> RenderError

Derived Implementations

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