pub trait ICoreWebView2_17_Impl: Sized + ICoreWebView2_16_Impl {
    // Required method
    fn PostSharedBufferToScript(
        &self,
        sharedbuffer: Option<&ICoreWebView2SharedBuffer>,
        access: COREWEBVIEW2_SHARED_BUFFER_ACCESS,
        additionaldataasjson: &PCWSTR,
    ) -> Result<(), Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§