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

Converts a given input struct into a BTreeMap where the keys are the attribute names assigned to the values of the entries.