Skip to main content

ConnectionFuture

Type Alias ConnectionFuture 

Source
pub type ConnectionFuture = Pin<Box<dyn Future<Output = Result<Connection>> + Send>>;
Expand description

Future type for connection methods (WebSocket/SSE).

Aliased Type§

pub struct ConnectionFuture { /* private fields */ }