Type Alias forest_filecoin::state_migration::common::Migrator

source ·
pub(super) type Migrator<BS> = Arc<dyn ActorMigration<BS> + Send + Sync>;

Aliased Type§

struct Migrator<BS> { /* private fields */ }