pub trait IOpcRelationshipSelector_Impl: Sized {
    // Required methods
    fn GetSelectorType(&self) -> Result<OPC_RELATIONSHIP_SELECTOR>;
    fn GetSelectionCriterion(&self) -> Result<PWSTR>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§