pub trait IOpcRelationshipSelectorEnumerator_Impl: Sized {
    // Required methods
    fn MoveNext(&self) -> Result<BOOL>;
    fn MovePrevious(&self) -> Result<BOOL>;
    fn GetCurrent(&self) -> Result<IOpcRelationshipSelector>;
    fn Clone(&self) -> Result<IOpcRelationshipSelectorEnumerator>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§