de::from_row does incorrectly errors on structs which have a `#[serde(flatten)]` attribute in one of their member fields. Error: `Expected a struct` I will update this issue with a repro when I get a chance
de::from_row does incorrectly errors on structs which have a
#[serde(flatten)]attribute in one of their member fields.Error:
Expected a structI will update this issue with a repro when I get a chance