pub fn migration_ledger(store: &MemoryStore) -> Result<Option<MigrationLedger>>Expand description
Read the current migration ledger without migrating (doctor disclosure).
Returns None for a keyring-absent store; Some(ledger) otherwise
(a missing row yields the default/empty ledger).