pub trait ICoreWebView2SourceChangedEventArgs_Impl: Sized {
    // Required method
    fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>;
}

Required Methods§

source

fn IsNewDocument(&self, isnewdocument: *mut BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§