pub trait ICoreWebView2NavigationCompletedEventArgs_Impl: IUnknownImpl {
// Required methods
fn IsSuccess(&self) -> Result<BOOL>;
fn WebErrorStatus(&self) -> Result<COREWEBVIEW2_WEB_ERROR_STATUS>;
fn NavigationId(&self) -> Result<u64>;
}Required Methods§
fn IsSuccess(&self) -> Result<BOOL>
fn WebErrorStatus(&self) -> Result<COREWEBVIEW2_WEB_ERROR_STATUS>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".