pub type HookHandler<T> = Arc<dyn FnContextPinBoxSendSync<T>>;Expand description
A type alias for a shared hook hook.
This type is used for storing handlers in a shared context, allowing multiple parts of the application to safely access and execute the same hook.
Aliased Typeยง
pub struct HookHandler<T> { /* private fields */ }