pub type LifecycleHook = Box<dyn Fn(WsClient) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;Expand description
A type-erased lifecycle hook closure (built by the macro over a concrete gateway instance).
Aliased Type§
pub struct LifecycleHook(/* private fields */);