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

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

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