| 72 | #[derive(Serialize)] |
| 73 | #[serde(rename_all = "camelCase")] |
| 74 | struct CustomToppingCamel { |
| 75 | name: String, |
| 76 | expires_in: NaiveDateTime, |
| 77 | } |
| 78 | |
| 79 | /// All Unit Enums go to union of constant strings |
| 80 | /// even if have explicit numeric annotations |
nothing calls this directly
no outgoing calls
no test coverage detected