Trait twig::error::ExtensionError [] [src]

pub trait ExtensionError: Display {
    fn boxed_clone(&self) -> Box<ExtensionError>;
}

Required Methods

fn boxed_clone(&self) -> Box<ExtensionError>

Implementors