Skip to main content

ICoreWebView2ContentLoadingEventArgs_Impl

Trait ICoreWebView2ContentLoadingEventArgs_Impl 

Source
pub trait ICoreWebView2ContentLoadingEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn IsErrorPage(&self) -> Result<BOOL>;
    fn NavigationId(&self) -> Result<u64>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§