#[derive(DeserializeEnum)]
{
// Attributes available to this derive:
#[tag]
}
Available on crate feature
__common only.Expand description
Derives serde::Deserialize which is aware of tag based deserialization.
#[derive(DeserializeEnum)]
{
// Attributes available to this derive:
#[tag]
}
__common only.Derives serde::Deserialize which is aware of tag based deserialization.