Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2WebMessageReceivedEventArgs_Impl
source · pub trait ICoreWebView2WebMessageReceivedEventArgs_Impl: Sized {
// Required methods
fn Source(&self, source: *mut PWSTR) -> Result<()>;
fn WebMessageAsJson(&self, webmessageasjson: *mut PWSTR) -> Result<()>;
fn TryGetWebMessageAsString(
&self,
webmessageasstring: *mut PWSTR,
) -> Result<()>;
}
Required Methods§
fn Source(&self, source: *mut PWSTR) -> Result<()>
fn WebMessageAsJson(&self, webmessageasjson: *mut PWSTR) -> Result<()>
fn TryGetWebMessageAsString(&self, webmessageasstring: *mut PWSTR) -> Result<()>
Object Safety§
This trait is not object safe.