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