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