pub trait ICoreWebView2NavigationStartingEventArgs2_Impl: ICoreWebView2NavigationStartingEventArgs_Impl {
// Required methods
fn AdditionalAllowedFrameAncestors(
&self,
value: *mut PWSTR,
) -> Result<(), Error>;
fn SetAdditionalAllowedFrameAncestors(
&self,
value: &PCWSTR,
) -> Result<(), Error>;
}
Required Methods§
fn AdditionalAllowedFrameAncestors( &self, value: *mut PWSTR, ) -> Result<(), Error>
fn SetAdditionalAllowedFrameAncestors( &self, value: &PCWSTR, ) -> Result<(), Error>
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.