sval-rs / value-bag

Dynamic structured values for Rust
Apache License 2.0
27 stars 3 forks source link

Fix up how visitor does fallback on sval or serde #88

Closed KodrAus closed 6 months ago

KodrAus commented 6 months ago

If a Visit attempted to visit a serde or sval value containing a complex type it would return an error instead of falling back to visit_any. This PR fixes that up.