macro_rules! display_json {
    ($cls:ty) => { ... };
}
Expand description

Implement Display for a given class by formatting it as pretty-printed JSON.