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

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

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