pub trait AsyncInitableImpl: ObjectImpl {
    fn init_future(
        &self,
        io_priority: Priority
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'static, Global>> { ... } }

Provided Methods§

Implementors§