pub trait ICoreWebView2_13_Impl: ICoreWebView2_12_Impl {
// Required method
fn Profile(&self) -> Result<ICoreWebView2Profile, Error>;
}
Required Methods§
fn Profile(&self) -> Result<ICoreWebView2Profile, Error>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.