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

Required Methods§

source

fn iter(&self, start_time: Option<SystemTime>) -> PixbufAnimationIter

Implementors§