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

Important traits for Vec<u8>
[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

Trait Implementations

impl<'a> Debug for Directive<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Decorator<'a>

impl<'a> Sync for Decorator<'a>