async_render

Function async_render 

Source
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 content
  • vars - Variables as key-value pairs