Struct liquid::Template[][src]

pub struct Template { /* fields omitted */ }

Methods

impl Template
[src]

Renders an instance of the Template, using the given globals.

Renders an instance of the Template, using the given globals.

Auto Trait Implementations

impl Send for Template

impl Sync for Template