Type Alias ServerModuleDbMigrationFn

Source
pub type ServerModuleDbMigrationFn<M> = DbMigrationFn<ServerModuleDbMigrationContext<M>>;
Expand description

A DbMigrationFn with inner-context type-specific for a given server module

Aliased Typeยง

struct ServerModuleDbMigrationFn<M>(/* private fields */);