pub type TranscriptStream = Pin<Box<dyn Stream<Item = Result<TranscriptStreamItem, ClientError>> + Send>>;Expand description
Boxed stream returned by Client::subscribe_transcript.
Aliased Typeยง
#[repr(transparent)]pub struct TranscriptStream { /* private fields */ }