Struct liquid_interpreter::ContextBuilder[][src]

pub struct ContextBuilder<'g> { /* fields omitted */ }

Create processing context for a template.

Methods

impl<'g> ContextBuilder<'g>
[src]

Creates a new, empty rendering context.

Initialize the stack with the given globals.

Initialize the context with the given filters.

Create the Context.

Trait Implementations

impl<'g> Default for ContextBuilder<'g>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'g> !Send for ContextBuilder<'g>

impl<'g> !Sync for ContextBuilder<'g>