pub trait ICoreWebView2_21_Impl: Sized + ICoreWebView2_20_Impl {
    // Required method
    fn ExecuteScriptWithResult(
        &self,
        javascript: &PCWSTR,
        handler: Option<&ICoreWebView2ExecuteScriptWithResultCompletedHandler>
    ) -> Result<(), Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§