pub type InteractionStream = Pin<Box<dyn Stream<Item = Result<InteractionEvent, Error>> + Send>>;Expand description
Interaction stream — yields InteractionEvent items.
Aliased Type§
#[repr(transparent)]pub struct InteractionStream { /* private fields */ }