Skip to main content

ICoreWebView2LaunchingExternalUriSchemeEventArgs_Impl

Trait ICoreWebView2LaunchingExternalUriSchemeEventArgs_Impl 

Source
pub trait ICoreWebView2LaunchingExternalUriSchemeEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Uri(&self) -> Result<PWSTR>;
    fn InitiatingOrigin(&self) -> Result<PWSTR>;
    fn IsUserInitiated(&self) -> Result<BOOL>;
    fn Cancel(&self) -> Result<BOOL>;
    fn SetCancel(&self, value: BOOL) -> Result<()>;
    fn GetDeferral(&self) -> Result<ICoreWebView2Deferral>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§