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