#[derive(TreeKey)] { // Attributes available to this derive: #[tree] }
Derive the TreeKey trait for a struct or enum.
TreeKey
This also derives KeyLookup if necessary.
KeyLookup