class Dry::Schema::Key

def coercible(&coercer)

Other tags:
    Api: - private
def coercible(&coercer)
  new(coercer: coercer)
end