Current section

Files

Jump to
sprocket include sprocket@context_Dispatcher.hrl
Raw

include/sprocket@context_Dispatcher.hrl

-record(dispatcher, {
dispatch :: fun((binary(), binary(), gleam@option:option(binary())) -> {ok,
nil} |
{error, nil})
}).