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

Required Methods

Implementors