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