DynServerDbMigrationContext

Type Alias DynServerDbMigrationContext 

Source
pub type DynServerDbMigrationContext = Arc<dyn IServerDbMigrationContext + Send + Sync + 'static>;
Expand description

A type-erased value implementing IServerDbMigrationContext

Aliased Typeยง

pub struct DynServerDbMigrationContext { /* private fields */ }