pub struct SyncBuilder<'a> { /* private fields */ }Expand description
Builder for sync operations.
Implementations§
Source§impl<'a> SyncBuilder<'a>
impl<'a> SyncBuilder<'a>
Sourcepub fn push(self) -> Result<SyncResult>
pub fn push(self) -> Result<SyncResult>
Execute push operation (same as sync for QUIC).
Sourcepub fn pull(self) -> Result<SyncResult>
pub fn pull(self) -> Result<SyncResult>
Execute pull operation (same as sync for QUIC).
Sourcepub fn execute(self) -> Result<SyncResult>
pub fn execute(self) -> Result<SyncResult>
Execute bidirectional sync.