Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ContentLoadingEventArgs_Impl
source · pub trait ICoreWebView2ContentLoadingEventArgs_Impl: Sized {
// Required methods
fn IsErrorPage(&self, iserrorpage: *mut BOOL) -> Result<()>;
fn NavigationId(&self, navigationid: *mut u64) -> Result<()>;
}