Skip to main content

TranscriptStream

Type Alias TranscriptStream 

Source
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 */ }