pub trait ImageGen: ModelName + ImageGen { }Expand description
Indicates that an official model supports image generation.
This trait is sealed to the model ids documented by the frozen API schema.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".