pub trait ISyncMgrUIOperation_Impl: Sized {
    // Required method
    fn Run(&self, hwndowner: HWND) -> HRESULT;
}

Required Methods§

fn Run(&self, hwndowner: HWND) -> HRESULT

Object Safety§

This trait is not object safe.

Implementors§