Derive Macro Tree
#[derive(Tree)]
{
// Attributes available to this derive:
#[tree]
}
Expand description
Derive the TreeSchema, TreeSerialize, TreeDeserialize, and TreeAny traits for a struct or enum.
This is a shorthand to derive multiple traits.