async_render_file

Function async_render_file 

Source
pub async fn async_render_file<P: AsRef<Path>>(
    path: P,
    vars: HashMap<&str, &str>,
) -> Result<String>
Expand description

Render template file asynchronously

ยงArguments

  • path - Path to template file
  • vars - Variables as key-value pairs