Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2ExecuteScriptResult_Impl
source · pub trait ICoreWebView2ExecuteScriptResult_Impl: Sized {
// Required methods
fn Succeeded(&self, value: *mut BOOL) -> Result<()>;
fn ResultAsJson(&self, jsonresult: *mut PWSTR) -> Result<()>;
fn TryGetResultAsString(
&self,
stringresult: *mut PWSTR,
value: *mut BOOL,
) -> Result<()>;
fn Exception(&self) -> Result<ICoreWebView2ScriptException>;
}
Required Methods§
fn Succeeded(&self, value: *mut BOOL) -> Result<()>
fn ResultAsJson(&self, jsonresult: *mut PWSTR) -> Result<()>
fn TryGetResultAsString( &self, stringresult: *mut PWSTR, value: *mut BOOL, ) -> Result<()>
fn Exception(&self) -> Result<ICoreWebView2ScriptException>
Object Safety§
This trait is not object safe.