mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 19:32:46 +00:00
# Description We do a lot of visiting contained values in the serialization / validity functions within `PluginCustomValue` utils. This adds `Value::recurse_mut()` which wraps up most of that logic into something that can be reused.