FormatterFn

Type Alias FormatterFn 

Source
pub type FormatterFn = fn(&str, &Value<'_>, &mut dyn Write) -> Result;