pub trait IServiceSynchronizationConfig_Impl: Sized {
    // Required method
    fn ConfigureSynchronization(
        &self,
        synchconfig: CSC_SynchronizationConfig
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§