Current section

Files

Jump to
rsvp include rsvp_Handler.hrl
Raw

include/rsvp_Handler.hrl

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