Type Alias Migrations

Source
pub type Migrations = BTreeMap<i32, Migration>;
Expand description

Simple way to hold migrations indexed by their number

Aliased Typeยง

struct Migrations { /* private fields */ }