Settings
Help

ClientCoreDbMigrationFn

Type Alias ClientCoreDbMigrationFn 

Source
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 */);