Current section

Files

Jump to
rsvp include rsvp_Handler.hrl
Raw

include/rsvp_Handler.hrl

-record(handler, {
run :: fun(({ok, gleam@http@response:response(binary())} |
{error, rsvp:error()}) -> any())
}).