gdk_pixbuf::subclass::prelude

Trait InitableImplExt

Source
pub trait InitableImplExt: Sealed + ObjectSubclass {
    // Provided method
    fn parent_init(
        &self,
        cancellable: Option<&Cancellable>,
    ) -> Result<(), Error> { ... }
}

Provided Methods§

Source

fn parent_init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error>

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§

Source§

impl<T> InitableImplExt for T
where T: InitableImpl,