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