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ยง
pub struct ClientCoreDbMigrationFn(/* private fields */);