Trait PixbufAnimationExtManual

Source
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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§