// src/transcription/result_handler.rs
// Defines the trait for handling transcription results.
use crateInsertOptions;
use Result;
/// A trait for components that handle the output (text) of a transcription.
/// This allows decoupling the transcription process from how the text is used
/// (e.g., inserting into a text area, sending over a network, etc.).