pub(super) type PostMigrationCheckArc<BS> = Arc<dyn PostMigrationCheck<BS>>;
Expand description

Sized wrapper of PostMigrationCheck.

Aliased Type§

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