#[derive(ToMap)] { // Attributes available to this derive: #[rename] }
Converts a given input struct into a BTreeMap where the keys are the attribute names assigned to the values of the entries.