Macro ensemble::migrate

source ·
macro_rules! migrate {
    ($($migration:ty),*) => { ... };
}
Expand description

Accepts a list of structs that implement the Migration trait, and runs them.