pub trait GeneratorProgress {
// Required method
fn update(&mut self, info: ProgressUpdate<'_>);
}
Expand description
Allows the generator to update external callers with the current progress of the image synthesis
pub trait GeneratorProgress {
// Required method
fn update(&mut self, info: ProgressUpdate<'_>);
}
Allows the generator to update external callers with the current progress of the image synthesis