initSidebarItems({"macro":[["migration!","Efficiently implement the `Migration` trait for a given type."]],"struct":[["Migrator","Maintains an ordered collection of migrations to utilize."]],"trait":[["Adapter","Use this trait to connect the migrator to your chosen database technology."],["Migration","All migrations will implement this trait, and a migration trait specific to the chosen adapter. This trait defines the metadata for tracking migration sequence and for human reference."]],"type":[["Version","The version type alias used to uniquely reference migrations."]]});