pub trait ICoreWebView2DOMContentLoadedEventArgs_Impl: Sized {
    // Required method
    fn NavigationId(&self, navigationid: *mut u64) -> Result<()>;
}

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§