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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§