pub type DynServerDbMigrationContext = Arc<dyn IServerDbMigrationContext + Send + Sync + 'static>;
Expand description
A type-erased value implementing IServerDbMigrationContext
Aliased Typeยง
struct DynServerDbMigrationContext { /* private fields */ }