logo

Type Definition libp2p::websocket::InnerFuture

source · []
pub type InnerFuture<T, E> = Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + Send + 'static, Global>>;
Expand description

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