pub type ArcFnContextPinBoxSendSync<T> = Arc<dyn FnContextPinBoxSendSync<T>>;Expand description
A type alias for a thread-safe, shareable, pinned, boxed, sendable, synchronous function.
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 ArcFnContextPinBoxSendSync<T> { /* private fields */ }