pub trait PixbufAnimationExtManual: Sealed + IsA<PixbufAnimation> + 'static {
    // Provided method
    fn iter(&self, start_time: Option<SystemTime>) -> PixbufAnimationIter { ... }
}

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§