pub trait InitableImpl: ObjectImpl {
fn init(
&self,
initable: &Self::Type,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}
pub trait InitableImpl: ObjectImpl {
fn init(
&self,
initable: &Self::Type,
cancellable: Option<&Cancellable>
) -> Result<(), Error>;
}