Skip to main content

ICoreWebView2ProcessFailedEventArgs_Impl

Trait ICoreWebView2ProcessFailedEventArgs_Impl 

Source
pub trait ICoreWebView2ProcessFailedEventArgs_Impl: IUnknownImpl {
    // Required method
    fn ProcessFailedKind(&self) -> Result<COREWEBVIEW2_PROCESS_FAILED_KIND>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§