Closed syngrato closed 11 months ago
can you provide more of the code that causes this?
Sorry I moved on from this and implemented my own table and I don't seem to have a a check-in of the code. I later realised that this might be due to the struct being defined in its own module and the fields being private. Could this be the cause?
Could be, yes. Also maybe some other Serialize
was derived than the real serde one? I don't know. Sorry it didn't work out
I have checked for imcompatble versions of serde but don't see any.
I am using serde_valid intensively on the same struct I am trying to build a table from, I don't know if this might be the cause of the issue?