Derive Macro nop_json_derive::DebugToJson[][src]

#[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.