pub trait ICoreWebView2NotificationCloseRequestedEventHandler_Impl: IUnknownImpl {
// Required method
fn Invoke(
&self,
sender: Ref<'_, ICoreWebView2Notification>,
args: Ref<'_, IUnknown>,
) -> Result<(), Error>;
}
Required Methods§
fn Invoke( &self, sender: Ref<'_, ICoreWebView2Notification>, args: Ref<'_, IUnknown>, ) -> Result<(), Error>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.