Skip to main content

BoxedSubscribeS

Type Alias BoxedSubscribeS 

Source
pub type BoxedSubscribeS<Err> = Pin<Box<dyn Stream<Item = Result<SubscribeResponse, Err>> + Send>>;

Aliased Typeยง

pub struct BoxedSubscribeS<Err> { /* private fields */ }