Expand description
Event system for sync operations
This module provides a trait-based event system that allows other crates
to respond to sync operations by implementing the SyncHandler trait
and to handle sync errors via the SyncErrorHandler trait.
Traits§
- Sync
Error Handler - Trait for handling errors that occur during sync operations
- Sync
Handler - Trait for handling sync events
Type Aliases§
- Sync
Handler Error - Type alias for sync handler error results