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