Skip to main content

ICoreWebView2_4_Impl

Trait ICoreWebView2_4_Impl 

Source
pub trait ICoreWebView2_4_Impl: ICoreWebView2_3_Impl {
    // Required methods
    fn FrameCreated(
        &self,
        eventhandler: Ref<'_, ICoreWebView2FrameCreatedEventHandler>,
    ) -> Result<i64>;
    fn RemoveFrameCreated(&self, token: i64) -> Result<()>;
    fn DownloadStarting(
        &self,
        eventhandler: Ref<'_, ICoreWebView2DownloadStartingEventHandler>,
    ) -> Result<i64>;
    fn RemoveDownloadStarting(&self, token: i64) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§