Skip to main content

ICoreWebView2_23_Impl

Trait ICoreWebView2_23_Impl 

Source
pub trait ICoreWebView2_23_Impl: ICoreWebView2_22_Impl {
    // Required method
    fn PostWebMessageAsJsonWithAdditionalObjects(
        &self,
        webmessageasjson: &PCWSTR,
        additionalobjects: Ref<'_, ICoreWebView2ObjectCollectionView>,
    ) -> Result<()>;
}

Required Methods§

Source

fn PostWebMessageAsJsonWithAdditionalObjects( &self, webmessageasjson: &PCWSTR, additionalobjects: Ref<'_, ICoreWebView2ObjectCollectionView>, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§