Type Alias ServerDbMigrationFnContext

Source
pub type ServerDbMigrationFnContext<'tx> = DbMigrationFnContext<'tx, DynServerDbMigrationContext>;
Expand description

A DbMigrationFnContext with inner-context type-erased around IServerDbMigrationContext

Aliased Typeยง

struct ServerDbMigrationFnContext<'tx> { /* private fields */ }