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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§