Skip to main content

ICoreWebView2WebMessageReceivedEventArgs_Impl

Trait ICoreWebView2WebMessageReceivedEventArgs_Impl 

Source
pub trait ICoreWebView2WebMessageReceivedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Source(&self) -> Result<PWSTR>;
    fn WebMessageAsJson(&self) -> Result<PWSTR>;
    fn TryGetWebMessageAsString(
        &self,
        webmessageasstring: *mut PWSTR,
    ) -> Result<()>;
}

Required Methods§

Source

fn Source(&self) -> Result<PWSTR>

Source

fn WebMessageAsJson(&self) -> Result<PWSTR>

Source

fn TryGetWebMessageAsString(&self, webmessageasstring: *mut PWSTR) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§