pub type MigrationPlanConstructor = fn() -> Result<SchemaMigrationPlan, SchemaContractError>;Expand description
Build-time constructor for one source-declared coordinated migration plan.
pub type MigrationPlanConstructor = fn() -> Result<SchemaMigrationPlan, SchemaContractError>;Build-time constructor for one source-declared coordinated migration plan.