Trait horrorshow::RenderMut[][src]

pub trait RenderMut: RenderOnce {
    fn render_mut<'a>(&mut self, tmpl: &mut TemplateBuffer<'a>);
}
Expand description

Something that can be rendered by mutable reference.

Required methods

Render this into a template buffer.

Implementations on Foreign Types

Implementors