pub(in state_migration) type MigrationVerifier<BS> = Arc<dyn ActorMigrationVerifier<BS> + Send + Sync>;
Expand description

Type implementing the ActorMigrationVerifier trait.

Aliased Type§

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