Skip to main content

ICoreWebView2MoveFocusRequestedEventArgs_Impl

Trait ICoreWebView2MoveFocusRequestedEventArgs_Impl 

Source
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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§