Trait IOpcRelationshipSelectorEnumerator_Impl
pub trait IOpcRelationshipSelectorEnumerator_Impl: IUnknownImpl {
// 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>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.