pub type TemplateExpanderFn = Arc<dyn Fn(String, HashMap<String, String>) -> Result<String> + Send + Sync>;
Template expansion function type
struct TemplateExpanderFn { /* private fields */ }