macro_rules! impl_json_debug_pretty {
($($t:ty),+ $(,)?) => { ... };
}Expand description
Implements Debug for types that implement Serialize.
The output is pretty-printed JSON format.
macro_rules! impl_json_debug_pretty {
($($t:ty),+ $(,)?) => { ... };
}Implements Debug for types that implement Serialize.
The output is pretty-printed JSON format.