pub type JsonFormatter = JsonFormatterBase<JsonFormat>;
Expand description
A serde_json::ser::Formatter
type that owns its data.
Instances of this type are acquired by calling JsonFormat::build()
.
Aliased Typeยง
pub struct JsonFormatter { /* private fields */ }