Trait handlebars::Output

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

Required Methods

Implementors