Current section

Files

Jump to
postgleam include postgleam@decode_RowDecoder.hrl
Raw

include/postgleam@decode_RowDecoder.hrl

-record(row_decoder, {
run :: fun((list(gleam@option:option(postgleam@value:value()))) -> {ok,
any()} |
{error, postgleam@error:error()})
}).