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