pub trait ICoreWebView2MoveFocusRequestedEventArgs_Impl: IUnknownImpl {
// Required methods
fn Reason(&self) -> Result<COREWEBVIEW2_MOVE_FOCUS_REASON>;
fn Handled(&self) -> Result<BOOL>;
fn SetHandled(&self, value: BOOL) -> Result<()>;
}Required Methods§
fn Reason(&self) -> Result<COREWEBVIEW2_MOVE_FOCUS_REASON>
fn Handled(&self) -> Result<BOOL>
fn SetHandled(&self, value: BOOL) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".