module Dry::Types::Meta

def with(**options)

Other tags:
    Api: - public

Returns:
  • (Type) -

Parameters:
  • new_options (Hash) --
def with(**options)
  super(meta: @meta, **options)
end