Trait migrant_lib::Migratable [] [src]

pub trait Migratable: MigratableClone {
    fn tag(&self) -> String;

    fn apply_up(&self, DbKind, &Config) -> Result<(), Box<Error>> { ... }
fn apply_down(&self, DbKind, &Config) -> Result<(), Box<Error>> { ... }
fn description(&self, &Direction) -> String { ... } }

Required Methods

Provided Methods

Implementors