pub trait ICoreWebView2_13_Impl: Sized + ICoreWebView2_12_Impl {
    // Required method
    fn Profile(&self) -> Result<ICoreWebView2Profile, Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§