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