[][src]Derive Macro nop_json::DebugToJson

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

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

See nop_json crate for details.