#[derive(Serialize)]
{
// Attributes available to this derive:
#[serde]
}
Expand description
Derive macro available if serde is built with features = ["derive"]
.
#[derive(Serialize)]
{
// Attributes available to this derive:
#[serde]
}
Derive macro available if serde is built with features = ["derive"]
.