DisplayTree

Derive Macro DisplayTree 

Source
#[derive(DisplayTree)]
{
    // Attributes available to this derive:
    #[field_label]
    #[ignore_field]
    #[node_label]
    #[optional_field]
    #[tree]
}
Expand description

Derive marco for the DisplayTree trait.

See the DisplayTree documentation for more information.