pub trait ICoreWebView2ProcessInfo_Impl: IUnknownImpl {
// Required methods
fn ProcessId(&self) -> Result<i32>;
fn Kind(&self) -> Result<COREWEBVIEW2_PROCESS_KIND>;
}Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".