# Functions
DecodeInto will decode the src's data into the dst interface.
InterpolateWith is a MapDecode option that will read a structField's tag information, and if the `interpolate` option is set, it will use the interpolate resolver to alter data as it's being decoded into the struct.
# Type aliases
AttributeMap is a convenience type on top of a map that gives us a cleaner interface to validate config values.