pub type VecArcFnContextPinBoxSendSync<T> = Vec<ArcFnContextPinBoxSendSync<T>>;Expand description
A vector of thread-safe, shareable handler functions.
This type is used to represent a chain of middleware or hooks that can be executed sequentially.
Aliased Typeยง
pub struct VecArcFnContextPinBoxSendSync<T> { /* private fields */ }