#Deserialize 0, 1, or bool from a single field with serde?

4 messages · Page 1 of 1 (latest)

pearl river
#

As long as you call deserialize_any the first link you posted should work

#

You should avoid the second one

#

Serde errors should not generally be recovered from

#

Try overriding visit_u64