TemplateExpanderFn

Type Alias TemplateExpanderFn 

Source
pub type TemplateExpanderFn = Arc<dyn Fn(String, HashMap<String, String>) -> Result<String> + Send + Sync>;
Expand description

Template expansion function type

Aliased Typeยง

pub struct TemplateExpanderFn { /* private fields */ }