windows::Win32::Storage::Xps

Trait IXpsOMPart_Impl

pub trait IXpsOMPart_Impl: IUnknownImpl {
    // Required methods
    fn GetPartName(&self) -> Result<IOpcPartUri>;
    fn SetPartName(&self, parturi: Ref<'_, IOpcPartUri>) -> Result<()>;
}

Required Methods§

fn GetPartName(&self) -> Result<IOpcPartUri>

fn SetPartName(&self, parturi: Ref<'_, IOpcPartUri>) -> 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§