Struct handlebars::RenderError
[-] [+]
[src]
pub struct RenderError { pub desc: &'static str, }
Fields
desc |
pub struct RenderError { pub desc: &'static str, }
desc |
impl Display for RenderError
impl Error for RenderError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Copy for RenderError
impl Clone for RenderError
fn clone(&self) -> RenderError
fn clone_from(&mut self, source: &Self)
impl Debug for RenderError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).