Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Provide IntoDeserializer impl for serde_yaml::Value #169

Closed
dtolnay opened this issue Jul 30, 2020 · 1 comment
Closed

Provide IntoDeserializer impl for serde_yaml::Value #169

dtolnay opened this issue Jul 30, 2020 · 1 comment

Comments

@dtolnay
Copy link
Owner

dtolnay commented Jul 30, 2020

Just as for serde_json::Value. This allows it to work with MapDeserializer (serde-rs/serde#1739) and any other deserializers which are generic over an IntoDeserializer impl.

@Legorooj
Copy link

This can probably be closed now.

@dtolnay dtolnay closed this as completed Mar 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants