Function read_dir

Source
pub fn read_dir(
    dir: impl AsRef<Path> + Send + Sync + 'static,
) -> Result<impl Stream<Item = Result<EraLocalMeta>> + Send + Sync + 'static + Unpin>
Expand description

Creates a new ordered asynchronous [Stream] of ERA1 files read from dir.