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§
fn MoveNext(&self) -> Result<BOOL>
fn MovePrevious(&self) -> Result<BOOL>
fn GetCurrent(&self) -> Result<IOpcRelationshipSelector>
fn Clone(&self) -> Result<IOpcRelationshipSelectorEnumerator>
Object Safety§
This trait is not object safe.