pub async fn async_render(
template: &str,
vars: HashMap<&str, &str>,
) -> Result<String>Expand description
Async convenience functions for simple template rendering
Render template string asynchronously
ยงArguments
template- Template contentvars- Variables as key-value pairs