Struct liquid_interpreter::Context[][src]

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

Processing context for a template.

Methods

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

Create a default Context.

See ContextBuilder for more control.

Grab a FilterValue.

Access the block's InterruptState.

Access the block's InterruptState.

See cycle tag.

Access the current Stack.

Access the current Stack.

Sets up a new stack frame, executes the supplied function and then tears the stack frame down before returning the function's result to the caller.

Trait Implementations

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

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

Auto Trait Implementations

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

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