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

type InnerFuture<T, E> = Box<dyn Future<Item = BytesConnection<T>, Error = Error<E>> + 'static + Send>;

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