pub type ResponseStream<P> = Pin<Box<dyn Stream<Item = Result<Frame<<P as Protocol>::Response>, <P as Protocol>::Error>> + Send>>;Expand description
The items a served subscription yields.
Aliased Typeยง
#[repr(transparent)]pub struct ResponseStream<P> { /* private fields */ }