Derive Macro TreeAny
#[derive(TreeAny)]
{
    // Attributes available to this derive:
    #[tree]
}
Expand description
Derive the TreeAny trait for a struct or enum.
#[derive(TreeAny)]
{
    // Attributes available to this derive:
    #[tree]
}
Derive the TreeAny trait for a struct or enum.