Enum handlebars::TemplateFileError [] [src]

pub enum TemplateFileError {
    TemplateError(TemplateError),
    IOError(IOError),
}

Variants

TemplateError
IOError

Trait Implementations

impl Display for TemplateFileError

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

impl Error for TemplateFileError

fn description(&self) -> &str

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

impl From<TemplateError> for TemplateFileError

fn from(err: TemplateError) -> TemplateFileError

impl From<IOError> for TemplateFileError

fn from(err: IOError) -> TemplateFileError

Derived Implementations

impl Debug for TemplateFileError

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