Derive Macro nop_json_derive::WriteToJson[][src]

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

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

See nop_json crate for details.