#[derive(Deserialize)]
{
// Attributes available to this derive:
#[serde]
}
Available on crate feature
derive
only.Expand description
Derive macro available if serde is built with features = ["derive"]
.
#[derive(Deserialize)]
{
// Attributes available to this derive:
#[serde]
}
derive
only.Derive macro available if serde is built with features = ["derive"]
.