Function stepflow_action::render_template[][src]

pub fn render_template<ES>(
    escaped_template: &ES,
    params: HashMap<&'static str, ES>
) -> String where
    ES: AsRef<str>,