pub type ClientCoreDbMigrationFn = DbMigrationFn<()>;
Expand description
DbMigrationFn
used by core client
NOTE: client module migrations are handled using separate structs due to state machine migrations
Aliased Type§
struct ClientCoreDbMigrationFn(/* private fields */);