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