pub type ServerModuleDbMigrationFnContext<'tx, M> = DbMigrationFnContext<'tx, ServerModuleDbMigrationContext<M>>;Expand description
A type alias of a DbMigrationFnContext with inner context
set to module-specific-typed ServerModuleDbMigrationContext
Aliased Type§
pub struct ServerModuleDbMigrationFnContext<'tx, M> { /* private fields */ }