get_registered_sync_engine

Function get_registered_sync_engine 

Source
pub fn get_registered_sync_engine(
    engine_id: &SyncEngineId,
) -> Option<Box<dyn SyncEngine>>
Expand description

Called by the sync manager to get a sync engine via the store previously registered with the sync manager.