dtolnay / erased-serde

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

Remove 'static constraint on S::Ok #95

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

As of the refactor in #93, this is no longer needed for soundness.