pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: Sized + ICoreWebView2NavigationStartingEventArgs_Impl {
    // Required methods
    fn AdditionalAllowedFrameAncestors(&self, value: *mut PWSTR) -> Result<()>;
    fn SetAdditionalAllowedFrameAncestors(&self, value: &PCWSTR) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§