Type Definition tinytemplate::ValueFormatter[][src]

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

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