type UpgradeFuture<T> = Pin<Box<dyn Future<Output = Result<<T as Transport>::Output, <T as Transport>::Error>> + Send>>;
Expand description

A type alias for the future that upgrades a connection to perform the authentication handshake

Aliased Type§

struct UpgradeFuture<T> { /* private fields */ }