pub trait ICoreWebView2Frame6_Impl: ICoreWebView2Frame5_Impl {
// Required methods
fn ScreenCaptureStarting(
&self,
eventhandler: Ref<'_, ICoreWebView2FrameScreenCaptureStartingEventHandler>,
) -> Result<i64>;
fn RemoveScreenCaptureStarting(&self, token: i64) -> Result<()>;
}Required Methods§
fn ScreenCaptureStarting( &self, eventhandler: Ref<'_, ICoreWebView2FrameScreenCaptureStartingEventHandler>, ) -> Result<i64>
fn RemoveScreenCaptureStarting(&self, token: i64) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".