Struct image::Progress [−][src]
pub struct Progress { /* fields omitted */ }
Represents the progress of an image operation.
Note that this is not necessarily accurate and no change to the values passed to the progress
function during decoding will be considered breaking. A decoder could in theory report the
progress (0, 0)
if progress is unknown, without violating the interface contract of the type.
Implementations
impl Progress
[src]
impl Progress
[src]