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