Function autofill::db::store::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.