Derive Macro nop_json::DebugToJson[][src]

#[derive(DebugToJson)]
{
    // Attributes available to this derive:
    #[json]
}
Expand description

To generate DebugToJson implementation for any struct or enum, where all members also implement DebugToJson use #[derive(DebugToJson)].

See nop_json crate for details.