gio::subclass::prelude

Trait AsyncInitableImplExt

Source
pub trait AsyncInitableImplExt:
    Sealed
    + AsyncInitableImpl
    + ObjectSubclass {
    // Provided method
    fn parent_init_future(
        &self,
        io_priority: Priority,
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static>> { ... }
}

Provided Methods§

Source

fn parent_init_future( &self, io_priority: Priority, ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§