Expand description
Sync request handler trait and implementation.
This module contains transport-agnostic handlers that process sync requests and generate responses. These handlers can be used by any transport implementation through the SyncHandler trait.
Structs§
- Sync
Handler Impl - Default implementation of SyncHandler with database backend access.
Traits§
- Sync
Handler - Trait for handling sync requests with database access.