pub type ConnectionFuture = Pin<Box<dyn Future<Output = Result<Connection>> + Send>>;
Future type for connection methods (WebSocket/SSE).
pub struct ConnectionFuture { /* private fields */ }