Trait IXpsOMPage1_Impl
pub trait IXpsOMPage1_Impl: IXpsOMPage_Impl {
// Required methods
fn GetDocumentType(&self) -> Result<XPS_DOCUMENT_TYPE>;
fn Write1(
&self,
stream: Ref<'_, ISequentialStream>,
optimizemarkupsize: BOOL,
documenttype: XPS_DOCUMENT_TYPE,
) -> Result<()>;
}
Required Methods§
fn GetDocumentType(&self) -> Result<XPS_DOCUMENT_TYPE>
fn Write1( &self, stream: Ref<'_, ISequentialStream>, optimizemarkupsize: BOOL, 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.