render_template_str

Function render_template_str 

Source
pub fn render_template_str(
    tmpl: &str,
    vars: Vec<(&'static str, Cow<'_, str>)>,
) -> String