Values.RenameKeyEntrySourceThis object defines one key that will be renamed with the renameKey processor.
type nonrec t = {key : Key.t;The key to rename
*)renameTo : RenameTo.t;The string to use for the new key name
*)overwriteIfExists : OverwriteIfExists.t option;Specifies whether to overwrite the existing value if the destination key already exists. The default is false
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of OverwriteIfExists.t | `String of Key.t ]) list ]