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

Required Methods

Implementors