pub trait AsImageGeneration { }Expand description
Attempt to convert a ProviderClient to a ImageGenerationClient
Implementors§
impl<T> AsImageGeneration for Twhere
T: ProviderClient,
Available on non-crate feature
image only.