Skip to main content

ICoreWebView2ProcessFailedEventArgs2_Impl

Trait ICoreWebView2ProcessFailedEventArgs2_Impl 

Source
pub trait ICoreWebView2ProcessFailedEventArgs2_Impl: ICoreWebView2ProcessFailedEventArgs_Impl {
    // Required methods
    fn Reason(&self) -> Result<COREWEBVIEW2_PROCESS_FAILED_REASON>;
    fn ExitCode(&self) -> Result<i32>;
    fn ProcessDescription(&self) -> Result<PWSTR>;
    fn FrameInfosForFailedProcess(
        &self,
    ) -> Result<ICoreWebView2FrameInfoCollection>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§