[][src]Function refinery_core::find_migration_files

pub fn find_migration_files(
    location: impl AsRef<Path>,
    migration_type: MigrationType
) -> Result<impl Iterator<Item = PathBuf>, Error>

find migrations on file system recursively across directories given a location and MigrationType