pub type FnCreateAsrClient = Box<dyn Fn(TrackId, CancellationToken, TranscriptionOption, EventSender) -> Pin<Box<dyn Future<Output = Result<Box<dyn TranscriptionClient>>> + Send>> + Send + Sync>;Aliased Typeยง
pub struct FnCreateAsrClient(/* private fields */);