pub trait ISyncChangeBuilder_Impl: Sized {
    // Required method
    fn AddChangeUnitMetadata(
        &self,
        pbchangeunitid: *const u8,
        pchangeunitversion: *const SYNC_VERSION
    ) -> Result<()>;
}

Required Methods§

fn AddChangeUnitMetadata( &self, pbchangeunitid: *const u8, pchangeunitversion: *const SYNC_VERSION ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§