dtolnay / erased-serde

Type-erased Serialize, Serializer and Deserializer traits
Apache License 2.0
709 stars 36 forks source link

Change erased_serialize return type to Result<(), Error> #88

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

There is nothing useful the caller can do with this Ok, since we do not publicly expose downcasting (which would need to be unsafe), and nobody has asked for it.