Function mustache::compile_path [] [src]

pub fn compile_path<U: AsRef<Path>>(path: U) -> Result<Template>

Compiles a template from a path. returns None if the file cannot be read OR the file is not UTF-8 encoded