Skip to main content

render_template

Function render_template 

Source
pub fn render_template<V>(template: &str, variables: &V) -> String
where V: FormatVariables + ?Sized,
Expand description

Renders a format template against supported format variables.