pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: ICoreWebView2NavigationStartingEventArgs_Impl {
// Required methods
fn AdditionalAllowedFrameAncestors(&self, value: *mut PWSTR) -> Result<()>;
fn SetAdditionalAllowedFrameAncestors(&self, value: &PCWSTR) -> Result<()>;
}
Required Methods§
fn AdditionalAllowedFrameAncestors(&self, value: *mut PWSTR) -> Result<()>
fn SetAdditionalAllowedFrameAncestors(&self, value: &PCWSTR) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.