windows::Win32::Graphics::Printing

Trait IPrintBidiAsyncNotifyRegistration_Impl

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

Required Methods§

fn AsyncGetNewChannel( &self, param0: Ref<'_, IPrintAsyncNewChannelCookie>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§