pub fn hidden_kv_format(
    _formatter: &mut Formatter,
    _fields: &dyn Source
) -> Result<()>
Available on crate feature unstable-kv only.
Expand description

Null Key Value Format

This function is intended to be passed to Builder::format_key_values.

This key value format simply ignores any key/value fields and doesn’t include them in the output.