BoxedGroupS

Type Alias BoxedGroupS 

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

Aliased Typeยง

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