pub trait PixbufAnimationIterImplExt: ObjectSubclass {
// Required methods
fn parent_delay_time(&self) -> Option<Duration>;
fn parent_pixbuf(&self) -> Pixbuf;
fn parent_on_currently_loading_frame(&self) -> bool;
fn parent_advance(&self, current_time: SystemTime) -> bool;
}