InnerFuture

Type Alias InnerFuture 

Source
pub type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + Send>>;
Expand description

Type alias corresponding to framed::WsConfig::Dial and framed::WsConfig::ListenerUpgrade.

Aliased Typeยง

pub struct InnerFuture<T, E> { /* private fields */ }