Trait IOpcRelationshipEnumerator_Impl
pub trait IOpcRelationshipEnumerator_Impl: IUnknownImpl {
// Required methods
fn MoveNext(&self) -> Result<BOOL>;
fn MovePrevious(&self) -> Result<BOOL>;
fn GetCurrent(&self) -> Result<IOpcRelationship>;
fn Clone(&self) -> Result<IOpcRelationshipEnumerator>;
}
Required Methods§
fn MoveNext(&self) -> Result<BOOL>
fn MovePrevious(&self) -> Result<BOOL>
fn GetCurrent(&self) -> Result<IOpcRelationship>
fn Clone(&self) -> Result<IOpcRelationshipEnumerator>
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.