Derive Macro miniconf::Tree

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

Shorthand to derive the TreeKey, TreeAny, TreeSerialize, and TreeDeserialize traits for a struct.