Type Alias tinytemplate_async::ValueFormatter
source · pub type ValueFormatter = dyn Fn(&Value, &mut String) -> Result<()> + Send + Sync;
Expand description
Type alias for closures which can be used as value formatters.
pub type ValueFormatter = dyn Fn(&Value, &mut String) -> Result<()> + Send + Sync;
Type alias for closures which can be used as value formatters.