Skip to main content

ICoreWebView2ScriptDialogOpeningEventArgs_Impl

Trait ICoreWebView2ScriptDialogOpeningEventArgs_Impl 

Source
pub trait ICoreWebView2ScriptDialogOpeningEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Uri(&self) -> Result<PWSTR>;
    fn Kind(&self) -> Result<COREWEBVIEW2_SCRIPT_DIALOG_KIND>;
    fn Message(&self) -> Result<PWSTR>;
    fn Accept(&self) -> Result<()>;
    fn DefaultText(&self) -> Result<PWSTR>;
    fn ResultText(&self) -> Result<PWSTR>;
    fn SetResultText(&self, resulttext: &PCWSTR) -> 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§