pub type DynServerDbMigrationFn = DbMigrationFn<DynServerDbMigrationContext>;
Expand description
A DbMigrationFn
with inner-context type-erased for all server modules
Aliased Type§
pub struct DynServerDbMigrationFn(/* private fields */);
pub type DynServerDbMigrationFn = DbMigrationFn<DynServerDbMigrationContext>;
A DbMigrationFn
with inner-context type-erased for all server modules
pub struct DynServerDbMigrationFn(/* private fields */);