Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module handler

Module handler 

Source
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§

SyncHandlerImpl
Default implementation of SyncHandler with database backend access.

Traits§

SyncHandler
Trait for handling sync requests with database access.