Trait windows::Win32::Graphics::Printing::IXpsDocumentProvider_Impl
pub trait IXpsDocumentProvider_Impl: Sized {
// Required method
fn GetXpsPart(&self) -> Result<IUnknown>;
}
Required Methods§
fn GetXpsPart(&self) -> Result<IUnknown>
Object Safety§
This trait is not object safe.