Function migra::fs::get_all_migrations[][src]

pub fn get_all_migrations(dir_path: &Path) -> MigraResult<List>
Expand description

Get all migration directories from path and returns as List.

This utility checks if the directory is a migration. See is_migration_dir for more information.