pub trait IAsyncGetSendNotificationCookie_Impl: Sized + IPrintAsyncCookie_Impl {
    // Required method
    fn FinishAsyncCallWithData(
        &self,
        param0: Option<&IPrintAsyncNotifyDataObject>,
        param1: BOOL
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§