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

Required Methods§

fn AsyncGetNewChannel( &self, param0: Option<&IPrintAsyncNewChannelCookie>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§