Trait IRawElementProviderFragmentRoot_Impl
pub trait IRawElementProviderFragmentRoot_Impl: IUnknownImpl {
// Required methods
fn ElementProviderFromPoint(
&self,
x: f64,
y: f64,
) -> Result<IRawElementProviderFragment>;
fn GetFocus(&self) -> Result<IRawElementProviderFragment>;
}
Required Methods§
fn ElementProviderFromPoint( &self, x: f64, y: f64, ) -> Result<IRawElementProviderFragment>
fn GetFocus(&self) -> Result<IRawElementProviderFragment>
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.