Function mustache::compile_iter [] [src]

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

Compiles a template from an Iterator<char>.