pub trait ICoreWebView2EnvironmentOptions6_Impl: Sized {
    // Required methods
    fn AreBrowserExtensionsEnabled(&self, value: *mut BOOL) -> Result<()>;
    fn SetAreBrowserExtensionsEnabled(&self, value: BOOL) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§