Skip to main content

RxStream

Type Alias RxStream 

Source
pub type RxStream<P> = Pin<Box<dyn Stream<Item = Result<Frame<<P as Protocol>::Response>>> + Send + Sync>>;

Aliased Typeยง

#[repr(transparent)]
pub struct RxStream<P> { /* private fields */ }