Skip to main content

Module progress

Module progress 

Source
Available on crate feature sync only.
Expand description

Progress callback for initial sync operations.

Consumers implement SyncProgressCallback to receive progress updates during SyncManager::initial_sync(), typically for driving a loading bar in the UI.

Traits§

SyncProgressCallback
Callback for reporting sync progress during initial catchup.