pub trait IPrintUnidiAsyncNotifyRegistration_Impl: Sized + IPrintAsyncNotifyRegistration_Impl {
// Required method
fn AsyncGetNotification(
&self,
param0: Option<&IAsyncGetSendNotificationCookie>,
) -> Result<()>;
}
Required Methods§
fn AsyncGetNotification( &self, param0: Option<&IAsyncGetSendNotificationCookie>, ) -> Result<()>
Object Safety§
This trait is not object safe.