Type Definition libp2p::websocket::InnerFuture
source · pub type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + Send, Global>>;
Expand description
Type alias corresponding to framed::WsConfig::Dial
and framed::WsConfig::ListenerUpgrade
.