pub trait ICoreWebView2ContentLoadingEventArgs_Impl: Sized {
    fn IsErrorPage(&self, iserrorpage: *mut BOOL) -> Result<()>;
    fn NavigationId(&self, navigationid: *mut u64) -> Result<()>;
}

Required Methods

Implementors