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

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§