Struct handlebars::Decorator[][src]

pub struct Decorator<'reg: 'rc, 'rc> { /* fields omitted */ }

Methods

impl<'reg: 'rc, 'rc> Directive<'reg, 'rc>
[src]

Returns helper name

Important traits for Vec<u8>

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

Trait Implementations

impl<'reg: 'rc, 'rc> Debug for Directive<'reg, 'rc>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'reg, 'rc> Send for Decorator<'reg, 'rc>

impl<'reg, 'rc> Sync for Decorator<'reg, 'rc>