Type Alias forest_filecoin::db::migration::migration_map::MigrationsMap

source ·
type MigrationsMap = MultiMap<Version, (Version, Arc<dyn MigrationOperation + Send + Sync>)>;

Aliased Type§

struct MigrationsMap { /* private fields */ }