pub trait ICoreWebView2Frame6_Impl: ICoreWebView2Frame5_Impl {
// Required methods
fn add_ScreenCaptureStarting(
&self,
eventhandler: Ref<'_, ICoreWebView2FrameScreenCaptureStartingEventHandler>,
token: *mut EventRegistrationToken,
) -> Result<(), Error>;
fn remove_ScreenCaptureStarting(
&self,
token: &EventRegistrationToken,
) -> Result<(), Error>;
}
Required Methods§
fn add_ScreenCaptureStarting( &self, eventhandler: Ref<'_, ICoreWebView2FrameScreenCaptureStartingEventHandler>, token: *mut EventRegistrationToken, ) -> Result<(), Error>
fn remove_ScreenCaptureStarting( &self, token: &EventRegistrationToken, ) -> 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.