Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ContentLoadingEventArgs_Impl
source · [−]pub trait ICoreWebView2ContentLoadingEventArgs_Impl {
fn IsErrorPage(&self, iserrorpage: *mut BOOL) -> Result<(), Error>;
fn NavigationId(&self, navigationid: *mut u64) -> Result<(), Error>;
}