pub trait InitableImplExt: ObjectSubclass {
    fn parent_init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error>;
}

Required Methods§

Implementors§