pub trait ICoreWebView2BrowserProcessExitedEventArgs_Impl: Sized {
    // Required methods
    fn BrowserProcessExitKind(
        &self,
        browserprocessexitkind: *mut COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND
    ) -> Result<(), Error>;
    fn BrowserProcessId(&self, value: *mut u32) -> Result<(), Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§