pub trait IOpcPackage_Impl: Sized {
// Required methods
fn GetPartSet(&self) -> Result<IOpcPartSet>;
fn GetRelationshipSet(&self) -> Result<IOpcRelationshipSet>;
}
Required Methods§
fn GetPartSet(&self) -> Result<IOpcPartSet>
fn GetRelationshipSet(&self) -> Result<IOpcRelationshipSet>
Object Safety§
This trait is not object safe.