Struct twig::Engine
[−]
[src]
pub struct Engine<L> { // some fields omitted }
Twig Engine.
Given the specified environment settings, converts templates to output string.
pub struct Engine<L> { // some fields omitted }
Twig Engine.
Given the specified environment settings, converts templates to output string.
impl<L: Loader> Engine<L>