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

Required Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§