Skip to main content

ICoreWebView2NavigationStartingEventArgs2_Impl

Trait ICoreWebView2NavigationStartingEventArgs2_Impl 

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

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§