pub trait PixbufAnimationExtManual {
    fn iter(&self, start_time: Option<SystemTime>) -> PixbufAnimationIter;
}

Required methods

Implementors