pub trait ICoreWebView2ClientCertificateCollection_Impl: Sized {
    fn Count(&self, value: *mut u32) -> Result<()>;
    fn GetValueAtIndex(
&self,
index: u32
) -> Result<ICoreWebView2ClientCertificate>; }

Required Methods§

Implementors§