Skip to main content

Tree

Derive Macro Tree 

Source
#[derive(Tree)]
{
    // Attributes available to this derive:
    #[tree]
}
Expand description

Derive macro generating to_tree(&self) -> gilt::tree::Tree. See [crate::tree] for full attribute schema.