Struct handlebars::RenderContext[][src]

pub struct RenderContext<'reg> { /* fields omitted */ }

The context of a render call

this context stores information of a render and a writer where generated content is written to.

Methods

impl<'reg> RenderContext<'reg>
[src]

Create a render context from a Write

Trait Implementations

impl<'reg> Clone for RenderContext<'reg>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'reg> Debug for RenderContext<'reg>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'reg> !Send for RenderContext<'reg>

impl<'reg> !Sync for RenderContext<'reg>