pub trait IShareWindowCommandEventArgsInterop_Impl: Sized {
    // Required method
    fn GetWindow(&self) -> Result<HWND>;
}

Required Methods§

fn GetWindow(&self) -> Result<HWND>

Object Safety§

This trait is not object safe.

Implementors§