Struct handlebars::Context [−][src]
pub struct Context { /* fields omitted */ }
The context wrap data you render on your templates.
Implementations
impl Context
[src]
impl Context
[src]pub fn null() -> Context
[src]
Create a context with null data
pub fn wraps<T: Serialize>(e: T) -> Result<Context, RenderError>
[src]
Create a context with given data
pub fn data(&self) -> &Json
[src]
Return the Json data wrapped in context
pub fn data_mut(&mut self) -> &mut Json
[src]
Return the mutable reference to Json data wrapped in context