[][src]Trait handlebars::Output

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

The Output API.

Handlebars uses this trait to define rendered output.

Required methods

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

Loading content...

Implementors

Loading content...