pub trait ICoreWebView2_23_Impl: ICoreWebView2_22_Impl {
// Required method
fn PostWebMessageAsJsonWithAdditionalObjects(
&self,
webmessageasjson: &PCWSTR,
additionalobjects: Ref<'_, ICoreWebView2ObjectCollectionView>,
) -> Result<()>;
}Required Methods§
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".