pub trait ICoreWebView2NavigationCompletedEventArgs_Impl: Sized {
    fn IsSuccess(&self, issuccess: *mut BOOL) -> Result<()>;
    fn WebErrorStatus(
        &self,
        weberrorstatus: *mut COREWEBVIEW2_WEB_ERROR_STATUS
    ) -> Result<()>; fn NavigationId(&self, navigationid: *mut u64) -> Result<()>; }

Required Methods

Implementors