pub trait MigrationName {
    fn name(&self) -> &str;
}

Required Methods

Implementors