Type Alias libp2p_websocket::InnerFuture

source ·
pub type InnerFuture<T, E> = BoxFuture<'static, Result<Connection<T>, Error<E>>>;
Expand description

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

Aliased Type§

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