pub trait ICoreWebView2NewWindowRequestedEventArgs2_Impl: Sized + ICoreWebView2NewWindowRequestedEventArgs_Impl {
    // Required method
    fn Name(&self, value: *mut PWSTR) -> Result<()>;
}

Required Methods§

source

fn Name(&self, value: *mut PWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§