pub trait TTSProvider:
TTSSpeechProvider
+ TTSModelsProvider
+ Send
+ Sync { }Expand description
Marker Trait for TTS providers
This trait combines all TTS capabilities into a single provider interface. Providers should implement this marker trait along with the specific capability traits.