[][src]Trait handlebars::Output

pub trait Output {
    pub fn write(&mut self, seg: &str) -> Result<(), IOError>;
}

The Output API.

Handlebars uses this trait to define rendered output.

Required methods

pub fn write(&mut self, seg: &str) -> Result<(), IOError>[src]

Loading content...

Implementors

Loading content...