mirror of
https://github.com/nushell/nushell.git
synced 2025-07-19 07:33:17 +02: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.