pub fn migrations_directories(
    path: &Path
) -> Result<impl Iterator<Item = Result<DirEntry, Error>> + '_, Error>