Type Definition libp2p::websocket::InnerFuture [−][src]
type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + 'static + Send, Global>>;
Type alias corresponding to framed::WsConfig::Dial
and framed::WsConfig::ListenerUpgrade
.