Skip to main content

ICoreWebView2Settings2_Impl

Trait ICoreWebView2Settings2_Impl 

Source
pub trait ICoreWebView2Settings2_Impl: ICoreWebView2Settings_Impl {
    // Required methods
    fn UserAgent(&self) -> Result<PWSTR>;
    fn SetUserAgent(&self, value: &PCWSTR) -> Result<()>;
}

Required Methods§

Source

fn UserAgent(&self) -> Result<PWSTR>

Source

fn SetUserAgent(&self, value: &PCWSTR) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§