HookHandlerChain

Type Alias HookHandlerChain 

Source
pub type HookHandlerChain<T> = Vec<SharedHookHandler<T>>;
Expand description

A type alias for a hook handler chain.

This type is used to represent a chain of middleware or hooks that can be executed sequentially.

Aliased Typeยง

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