Trait handlebars::Output[][src]

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

Required Methods

Implementors