gdk_pixbuf::subclass::prelude

Trait InitableImpl

Source
pub trait InitableImpl: ObjectImpl {
    // Provided method
    fn init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error> { ... }
}

Provided Methods§

Source

fn 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§