AsAudioGeneration

Trait AsAudioGeneration 

Source
pub trait AsAudioGeneration { }
Expand description

Attempt to convert a ProviderClient to a AudioGenerationClient

Implementors§

Source§

impl<T> AsAudioGeneration for T
where T: ProviderClient,

Available on non-crate feature audio only.