Struct liquid_interpreter::Template[][src]

pub struct Template { /* fields omitted */ }

An executable template block.

Methods

impl Template
[src]

Create an executable template block.

Trait Implementations

impl Debug for Template
[src]

Formats the value using the given formatter. Read more

impl Renderable for Template
[src]

Renders the Renderable instance given a Liquid context.

Renders the Renderable instance given a Liquid context.

Auto Trait Implementations

impl Send for Template

impl Sync for Template