dtolnay / erased-serde

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

Prepare Serializer to hold S::Ok variant #90

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

As a followup to #89: the successful S::Ok of a serializer (and later the S::Error too) will be written directly into the dyn Serializer, rather than being propagated through return values.