Serialize

Derive Macro Serialize 

Source
#[derive(Serialize)]
{
    // Attributes available to this derive:
    #[serde]
}
Expand description

Derive serde::Serialize for an enum using the double-tagged enum representation.

See the module documentation for details on the enum representation.