Current section

Files

Jump to
sprocket include sprocket@context_IdentifiableHandler.hrl
Raw

include/sprocket@context_IdentifiableHandler.hrl

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