pub trait ICoreWebView2NavigationCompletedEventArgs2_Impl: Sized + ICoreWebView2NavigationCompletedEventArgs_Impl {
    // Required method
    fn HttpStatusCode(&self, http_status_code: *mut i32) -> Result<()>;
}

Required Methods§

source

fn HttpStatusCode(&self, http_status_code: *mut i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§