# Functions

ConvertAndRestore converts src to dst.
HashedFieldRestorer restores a field to its original pre-conversion state only if it was not modified while converted.
HashedFilterField adds a field filter to a HashedFieldRestorer.
UnconditionalFieldRestorer restores a field to its previous value without checking to see if it was modified during conversion.

# Interfaces

No description provided by the author

# Type aliases

HashedFieldRestorerOpt is a modifier which adds optional behaviour to a HashedFieldRestorer.
RestorerFor holds all field restorers for a given type T.