pub trait GetFilename { // Required method fn get_filename(&self, migration: &NewMigration) -> String; }