Skip to main content

Module lifecycle

Module lifecycle 

Source

Modules§

adapter
Shared utilities for lifecycle hook implementations across language bindings.

Enums§

HookResult
Result of a lifecycle hook execution

Traits§

LifecycleHook
Trait for lifecycle hooks on native targets (Send + Sync, Send futures).

Functions§

request_hook
Create a request hook for the current target.
response_hook
Create a response hook for the current target.

Type Aliases§

LifecycleHooks
LifecycleHooksBuilder