Skip to main content

impl_json_debug_pretty

Macro impl_json_debug_pretty 

Source
macro_rules! impl_json_debug_pretty {
    ($($t:ty),+ $(,)?) => { ... };
}
Expand description

Implements Debug for types that implement Serialize. The output is pretty-printed JSON format.