fn move_value( document: &mut DocumentMut, origin: &[&str], target: &[&str], ) -> Result<(), String>
Move a TOML value from one map to another.