Skip to main content

ICoreWebView2BrowserProcessExitedEventArgs_Impl

Trait ICoreWebView2BrowserProcessExitedEventArgs_Impl 

Source
pub trait ICoreWebView2BrowserProcessExitedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn BrowserProcessExitKind(
        &self,
    ) -> Result<COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND>;
    fn BrowserProcessId(&self) -> Result<u32>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§