Closed dtolnay closed 3 years ago
Just as for serde_json::Value. This allows it to work with MapDeserializer (https://github.com/serde-rs/serde/issues/1739) and any other deserializers which are generic over an IntoDeserializer impl.
This can probably be closed now.
Just as for serde_json::Value. This allows it to work with MapDeserializer (https://github.com/serde-rs/serde/issues/1739) and any other deserializers which are generic over an IntoDeserializer impl.