Skip to main content

InterjectionBuffer

Type Alias InterjectionBuffer 

Source
pub type InterjectionBuffer<Attachment> = EventQueue<PendingInterjection<Attachment>>;
Expand description

A queue of pending interjections — just an EventQueue of PendingInterjection. Use drain_formatted to drain + frame them as synthetic user messages.

Aliased Type§

pub struct InterjectionBuffer<Attachment> { /* private fields */ }