Type Definition tetsy_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>>> + 'static + Send, Global>>, Error<E>>, Error<E>>> + 'static + Send, Global>>;

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