include/lightspeed@transport@contract_ProtectionHook.hrl

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