pub trait IOpcRelationshipSelector_Impl: Sized {
// Required methods
fn GetSelectorType(&self) -> Result<OPC_RELATIONSHIP_SELECTOR>;
fn GetSelectionCriterion(&self) -> Result<PWSTR>;
}
Required Methods§
fn GetSelectorType(&self) -> Result<OPC_RELATIONSHIP_SELECTOR>
fn GetSelectionCriterion(&self) -> Result<PWSTR>
Object Safety§
This trait is not object safe.