pub type ServerModuleDbMigrationFn<M> = DbMigrationFn<ServerModuleDbMigrationContext<M>>;Expand description
A DbMigrationFn with inner-context type-specific for a given server
module
Aliased Typeยง
pub struct ServerModuleDbMigrationFn<M>(/* private fields */);