Enum twig::error::EngineError [] [src]

pub enum EngineError {
    TemplateNotFound {
        name: String,
        search_paths: Vec<PathBuf>,
    },
}

Variants

Fields of TemplateNotFound

Methods

impl EngineError
[src]

Trait Implementations

impl Clone for EngineError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EngineError
[src]

Formats the value using the given formatter.

impl Display for EngineError
[src]

Formats the value using the given formatter. Read more