pub trait IXpsOMPrintTicketResource_Impl: Sized + IXpsOMResource_Impl {
    // Required methods
    fn GetStream(&self) -> Result<IStream>;
    fn SetContent(
        &self,
        sourcestream: Option<&IStream>,
        partname: Option<&IOpcPartUri>,
    ) -> Result<()>;
}

Required Methods§

fn GetStream(&self) -> Result<IStream>

fn SetContent( &self, sourcestream: Option<&IStream>, partname: Option<&IOpcPartUri>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§