pub fn get_template_instance_with_input(
template_type: &TemplateType,
input: &str,
) -> Box<dyn Template>Expand description
Get a template instance by type and original input string
pub fn get_template_instance_with_input(
template_type: &TemplateType,
input: &str,
) -> Box<dyn Template>Get a template instance by type and original input string