Derive Macro nop_json::WriteToJson [−][src]
#[derive(WriteToJson)]
{
// Attributes available to this derive:
#[json]
}
To generate WriteToJson implementation for any struct or enum, where all members also implement WriteToJson
use #[derive(WriteToJson)].
See nop_json crate for details.