// Copyright 2019-2026 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT
use Arc;
use crateCidHashMap;
use crateStateTree;
use Migrator;
/// The implementation should verify that the migration specification is
/// correct. This is to prevent accidental migration errors.
pub
/// Type implementing the `ActorMigrationVerifier` trait.
pub type MigrationVerifier<BS> =
;