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