SharedHookHandler

Type Alias SharedHookHandler 

Source
pub type SharedHookHandler<T> = Arc<dyn FnContextPinBoxSendSync<T>>;
Expand description

A type alias for a shared hook handler.

This type is used for storing handlers in a shared context, allowing multiple parts of the application to safely access and execute the same handler.

Aliased Typeยง

pub struct SharedHookHandler<T> { /* private fields */ }