pub trait IOpcSignatureCustomObjectEnumerator_Impl: Sized {
// Required methods
fn MoveNext(&self) -> Result<BOOL>;
fn MovePrevious(&self) -> Result<BOOL>;
fn GetCurrent(&self) -> Result<IOpcSignatureCustomObject>;
fn Clone(&self) -> Result<IOpcSignatureCustomObjectEnumerator>;
}
Required Methods§
fn MoveNext(&self) -> Result<BOOL>
fn MovePrevious(&self) -> Result<BOOL>
fn GetCurrent(&self) -> Result<IOpcSignatureCustomObject>
fn Clone(&self) -> Result<IOpcSignatureCustomObjectEnumerator>
Object Safety§
This trait is not object safe.