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