Struct handlebars::RenderError
[−]
[src]
pub struct RenderError {
pub desc: String,
}Fields
desc |
pub struct RenderError {
pub desc: String,
}desc |
impl RenderErrorfn new<T: AsRef<str>>(desc: T) -> RenderErrorimpl Display for RenderErrorimpl Error for RenderErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl From<IOError> for RenderErrorfn from(_: IOError) -> RenderErrorimpl Clone for RenderErrorfn clone(&self) -> RenderErrorfn clone_from(&mut self, source: &Self)impl Debug for RenderError