Function axstd::fs::read_dir

source ·
pub fn read_dir(path: &str) -> Result<ReadDir<'_>>
Available on crate feature fs only.
Expand description

Returns an iterator over the entries within a directory.