windows::Win32::Storage::Xps

Trait IXpsOMRemoteDictionaryResource1_Impl

pub trait IXpsOMRemoteDictionaryResource1_Impl: IXpsOMRemoteDictionaryResource_Impl {
    // Required methods
    fn GetDocumentType(&self) -> Result<XPS_DOCUMENT_TYPE>;
    fn Write1(
        &self,
        stream: Ref<'_, ISequentialStream>,
        documenttype: XPS_DOCUMENT_TYPE,
    ) -> Result<()>;
}

Required Methods§

fn GetDocumentType(&self) -> Result<XPS_DOCUMENT_TYPE>

fn Write1( &self, stream: Ref<'_, ISequentialStream>, documenttype: XPS_DOCUMENT_TYPE, ) -> 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§