pub trait IPrintUnidiAsyncNotifyRegistration_Impl: Sized + IPrintAsyncNotifyRegistration_Impl {
    // Required method
    fn AsyncGetNotification(
        &self,
        param0: Option<&IAsyncGetSendNotificationCookie>
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§