serde icon indicating copy to clipboard operation
serde copied to clipboard

Implement `IntoDeserializer` for all `Deserializer`s in `serde::de::value` module

Open Mingun opened this issue 10 months ago • 1 comments

Unfortunately, blanket implementation IntoDeserializer for Deserializer is impossible right now because this would be a breaking change. External crates may have this such implementation (and serde_json actually have it for Value).

Closes #2498

Mingun avatar Aug 11 '23 13:08 Mingun