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