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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§