AsImageGeneration

Trait AsImageGeneration 

Source
pub trait AsImageGeneration { }
Expand description

Attempt to convert a ProviderClient to a ImageGenerationClient

Implementors§

Source§

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

Available on non-crate feature image only.