sval-rs / value-bag

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

Remove Copy bound from internal enum #53

Closed KodrAus closed 1 year ago

KodrAus commented 1 year ago

This PR removes the Copy bound from Internal so we can add owned values to it. It's not public API so there's no breakage in doing this. I've also made the internal visitor API a little more general.