[][src]Trait mdbook_tera::ContextSource

pub trait ContextSource {
    fn context(&self) -> Context;
}

A context source for the Tera preprocessor.

Required methods

fn context(&self) -> Context

Returns a context from the source.

Loading content...

Implementors

impl ContextSource for StaticContextSource[src]

Loading content...