Trait gio::subclass::prelude::InitableImplExt
source · pub trait InitableImplExt: Sealed + ObjectSubclass {
// Provided method
fn parent_init(
&self,
cancellable: Option<&Cancellable>
) -> Result<(), Error> { ... }
}
Provided Methods§
fn parent_init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error>
Object Safety§
This trait is not object safe.