Function mustache::compile_iter [] [src]

pub fn compile_iter<T: Iterator<Item = char>>(iter: T) -> Result<Template>

Compiles a template from an Iterator<char>.