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