pub type InteractionStream = Pin<Box<dyn Stream<Item = Result<InteractionEvent, Error>> + Send>>;
Interaction stream — yields InteractionEvent items.
InteractionEvent
pub struct InteractionStream { /* private fields */ }