Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2DOMContentLoadedEventArgs_Impl
source · pub trait ICoreWebView2DOMContentLoadedEventArgs_Impl: Sized {
// Required method
fn NavigationId(&self, navigationid: *mut u64) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.