Macro impl_debug_with_json

Source
macro_rules! impl_debug_with_json {
    ($name:ident) => { ... };
    () => { ... };
}
Expand description

A macro to implement the Debug trait for a given struct or type using JSON serialization.