DynServerDbMigrationFn

Type Alias DynServerDbMigrationFn 

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