Trait gio::prelude::InitableExt

source ·
pub trait InitableExt: IsA<Initable> + Sealed + 'static {
    // Provided method
    unsafe fn init(
        &self,
        cancellable: Option<&impl IsA<Cancellable>>
    ) -> Result<(), Error> { ... }
}

Provided Methods§

source

unsafe fn init( &self, cancellable: Option<&impl IsA<Cancellable>> ) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§