pub trait MigrationConfigProvider {
// Required method
fn config(&self) -> BoxFuture<'_, Result<&MigrationConfig, ErrorPtr>>;
}Expand description
Provider for MigrationConfig. The primary instance of the provider will be used to retrieve migration configuration.