serde-implicit 0.3.1

the serde(untagged) you wish you had
Documentation
1
2
3
4
5
error: flatten variant must have exactly one field
 --> tests/ui/flatten_multiple_fields.rs:7:5
  |
7 |     MultiField(u64, #[serde_implicit(flatten)] Helper),
  |     ^^^^^^^^^^