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§
fn NotificationReceived( &self, eventhandler: Ref<'_, ICoreWebView2NotificationReceivedEventHandler>, ) -> Result<i64>
fn RemoveNotificationReceived(&self, token: i64) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".