Skip to main content

ImageGen

Trait ImageGen 

Source
pub trait ImageGen { }
Expand description

Indicates that a model supports image generation.

Models implementing this trait can be used to generate images from text descriptions or other inputs.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§