Trait IXpsOMColorProfileResource_Impl
pub trait IXpsOMColorProfileResource_Impl: IXpsOMResource_Impl {
// Required methods
fn GetStream(&self) -> Result<IStream>;
fn SetContent(
&self,
sourcestream: Ref<'_, IStream>,
partname: Ref<'_, IOpcPartUri>,
) -> Result<()>;
}
Required Methods§
fn GetStream(&self) -> Result<IStream>
fn SetContent( &self, sourcestream: Ref<'_, IStream>, partname: 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.