Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ClientCertificateCollection_Impl
source · pub trait ICoreWebView2ClientCertificateCollection_Impl: Sized {
// Required methods
fn Count(&self, value: *mut u32) -> Result<()>;
fn GetValueAtIndex(
&self,
index: u32,
) -> Result<ICoreWebView2ClientCertificate>;
}
Required Methods§
fn Count(&self, value: *mut u32) -> Result<()>
fn GetValueAtIndex(&self, index: u32) -> Result<ICoreWebView2ClientCertificate>
Object Safety§
This trait is not object safe.