Trait gdk_pixbuf::subclass::prelude::InitableImplExt
source · pub trait InitableImplExt: ObjectSubclass {
// Required method
fn parent_init(
&self,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}