pub trait ICoreWebView2_27_Impl: ICoreWebView2_26_Impl {
// Required methods
fn ScreenCaptureStarting(
&self,
eventhandler: Ref<'_, ICoreWebView2ScreenCaptureStartingEventHandler>,
) -> Result<i64>;
fn RemoveScreenCaptureStarting(&self, token: i64) -> Result<()>;
}Required Methods§
fn ScreenCaptureStarting( &self, eventhandler: Ref<'_, ICoreWebView2ScreenCaptureStartingEventHandler>, ) -> 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".