pub fn interpolate_strict( s: &str, vars: &HashMap<String, String>, ) -> InterpolationResult<String>
Interpolate with strict mode - errors on undefined variables