Type Alias forest_filecoin::state_migration::common::PostMigratorArc

source ·
pub(super) type PostMigratorArc<BS> = Arc<dyn PostMigrator<BS>>;
Expand description

Sized wrapper of PostMigrator.

Aliased Type§

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