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

type InnerStream<T, E> = Pin<Box<dyn Stream<Item = Result<ListenerEvent<Pin<Box<dyn Future<Output = Result<Connection<T>, Error<E>>> + 'static + Send>>, Error<E>>, Error<E>>> + 'static + Send>>;

Type alias corresponding to framed::WsConfig::Listener.