tinytemplate

Type Alias ValueFormatter

Source
pub type ValueFormatter = dyn Fn(&Value, &mut String) -> Result<()>;
Expand description

Type alias for closures which can be used as value formatters.