Values.MoveKeyEntrySourceThis object defines one key that will be moved with the moveKey processor.
type nonrec t = {source : Source.t;The key to move.
*)target : Target.t;The key to move to.
*)overwriteIfExists : OverwriteIfExists.t option;Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of OverwriteIfExists.t | `String of Source.t ])
list ]