pub trait ContextSource {
// Required method
fn context(&self) -> Context;
}Expand description
A context source for the Tera preprocessor.
pub trait ContextSource {
// Required method
fn context(&self) -> Context;
}A context source for the Tera preprocessor.