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.

Implementors§