Skip to main content

ICoreWebView2NavigationCompletedEventArgs2_Impl

Trait ICoreWebView2NavigationCompletedEventArgs2_Impl 

Source
pub trait ICoreWebView2NavigationCompletedEventArgs2_Impl: ICoreWebView2NavigationCompletedEventArgs_Impl {
    // Required method
    fn HttpStatusCode(&self) -> Result<i32>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§