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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§