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

Required Methods§

source

fn IsErrorPage(&self, iserrorpage: *mut BOOL) -> Result<()>

source

fn NavigationId(&self, navigationid: *mut u64) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§