macro_rules! impl_json_display {
($($t:ty),+ $(,)?) => { ... };
}Expand description
Implements Display for types that implement Serialize.
The output is compact JSON format.
macro_rules! impl_json_display {
($($t:ty),+ $(,)?) => { ... };
}Implements Display for types that implement Serialize.
The output is compact JSON format.