pub trait ISyncMgrEventLinkUIOperation_Impl: Sized + ISyncMgrUIOperation_Impl {
    // Required method
    fn Init(
        &self,
        rguideventid: *const GUID,
        pevent: Option<&ISyncMgrEvent>
    ) -> Result<()>;
}

Required Methods§

fn Init( &self, rguideventid: *const GUID, pevent: Option<&ISyncMgrEvent> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§