Type Alias ServerDbMigrationFnContext

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

A DbMigrationFnContext with inner-context type-erased around IServerDbMigrationContext

Aliased Typeยง

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