Derive Macro miniconf::TreeKey

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

Derive the TreeKey trait for a struct or enum.

This also derives KeyLookup if necessary.