BoxMigration

Type Alias BoxMigration 

Source
pub type BoxMigration<MigContext> = Box<dyn Migration<MigContext> + Send + Sync>;
Expand description

BoxMigration is the type of a migration.

Aliased Typeยง

pub struct BoxMigration<MigContext>(/* private fields */);