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]

[src]

Returns helper name

[src]

Returns all helper params, resolved within the context

[src]

Returns nth helper param, resolved within the context

[src]

Returns hash, resolved within the context

[src]

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

[src]

Returns the default inner template if any