[][src]Type Definition libp2p::websocket::InnerFuture

type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + 'static + Send>>;

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