Functions§
- migrate_
state - Migrates a particular state by looping over all active and inactive states.
If the
migrate
closure returnsNone
, this state was not migrated and should be added to the new state machine vectors.
Type Aliases§
- Client
Migration Fn ClientMigrationFn
is a function that modules can implement to “migrate” the database to the next database version.- Migrate
State 🔒Fn - Helper function definition for migrating a single state.