Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@contract_ProtectionHook.hrl
Raw

include/lightspeed@transport@contract_ProtectionHook.hrl

-record(protection_hook, {
run :: fun((lightspeed@transport@contract:protection_context()) -> lightspeed@transport@contract:protection_result())
}).