The template string will be verified and compiled. let source = "hello {{world}}"; assert!(handlebars.register_template_string("t1", source).is_ok()); ...
確定! 回上一頁