Current section

Files

Jump to
postgleam include postgleam@codec_CodecMatcher.hrl
Raw

include/postgleam@codec_CodecMatcher.hrl

-record(codec_matcher, {
type_name :: binary(),
oids :: list(integer()),
send :: gleam@option:option(binary()),
format :: postgleam@codec:format(),
build :: fun((integer()) -> postgleam@codec:codec())
}).