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