Struct handlebars::RenderError
[-] [+]
[src]
pub struct RenderError {
pub desc: &'static str,
}Fields
desc |
pub struct RenderError {
pub desc: &'static str,
}desc |
impl Display for RenderErrorimpl Error for RenderErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Copy for RenderErrorimpl Clone for RenderErrorfn clone(&self) -> RenderErrorfn 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).