Struct handlebars::Decorator [] [src]

pub struct Decorator<'a> { /* fields omitted */ }

Render-time Decorator data when using in a decorator definition

Methods

impl<'a, 'b> Directive<'a>
[src]

Returns helper name

Returns all helper params, resolved within the context

Returns nth helper param, resolved within the context

Returns hash, resolved within the context

Return hash value of a given key, resolved within the context

Returns the default inner template if any