Current section

Files

Jump to
sprocket include sprocket@context_Handler.hrl
Raw

include/sprocket@context_Handler.hrl

-record(handler, {
id :: sprocket@internal@utils@unique:unique(sprocket@context:hook_id()),
handler_fn :: fun((gleam@dynamic:dynamic_()) -> nil)
}).