pub trait ICoreWebView2Settings2_Impl: Sized + ICoreWebView2Settings_Impl {
    fn UserAgent(&self, useragent: *mut PWSTR) -> Result<()>;
    fn SetUserAgent(&self, useragent: &PCWSTR) -> Result<()>;
}

Required Methods

Implementors