windows::Win32::System::WinRT::Printing

Trait IPrintWorkflowObjectModelSourceFileContentNative_Impl

pub trait IPrintWorkflowObjectModelSourceFileContentNative_Impl: IUnknownImpl {
    // Required methods
    fn StartXpsOMGeneration(
        &self,
        receiver: Ref<'_, IPrintWorkflowXpsReceiver>,
    ) -> Result<()>;
    fn ObjectFactory(&self) -> Result<IXpsOMObjectFactory1>;
}

Required Methods§

fn StartXpsOMGeneration( &self, receiver: Ref<'_, IPrintWorkflowXpsReceiver>, ) -> Result<()>

fn ObjectFactory(&self) -> Result<IXpsOMObjectFactory1>

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§