Skip to main content

TranscriptCallback

Type Alias TranscriptCallback 

Source
pub type TranscriptCallback = Arc<dyn Fn(&str, &str) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Available on crate feature realtime only.
Expand description

Callback for transcript events.

Aliased Typeยง

pub struct TranscriptCallback { /* private fields */ }