Trait IXpsOMShareable_Impl
pub trait IXpsOMShareable_Impl: IUnknownImpl {
// Required methods
fn GetOwner(&self) -> Result<IUnknown>;
fn GetType(&self) -> Result<XPS_OBJECT_TYPE>;
}
Required Methods§
fn GetOwner(&self) -> Result<IUnknown>
fn GetType(&self) -> Result<XPS_OBJECT_TYPE>
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.