Skip to main content

Module handler

Module handler 

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

SyncErrorHandler
Trait for handling errors that occur during sync operations
SyncHandler
Trait for handling sync events

Type Aliases§

SyncHandlerError
Type alias for sync handler error results