Struct tera::Error [−][src]
pub struct Error {
pub kind: ErrorKind,
// some fields omitted
}Expand description
The Error type
Fields
kind: ErrorKindKind of error
Implementations
Creates a circular extend error
Creates a missing parent error
Creates a template not found error
Creates a filter not found error
Creates a test not found error
Creates a function not found error
Creates generic error with a source
Creates an error wrapping a failed function call.
Creates an error wrapping a failed filter call.
Creates an error wrapping a failed test call.
Creates an invalid macro definition error
Creates an utf8 conversion error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error