Skip to main content

ICoreWebView2_24_Impl

Trait ICoreWebView2_24_Impl 

Source
pub trait ICoreWebView2_24_Impl: ICoreWebView2_23_Impl {
    // Required methods
    fn NotificationReceived(
        &self,
        eventhandler: Ref<'_, ICoreWebView2NotificationReceivedEventHandler>,
    ) -> Result<i64>;
    fn RemoveNotificationReceived(&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§