Function fs_at::read_dir

source ·
pub fn read_dir(d: &mut File) -> Result<ReadDir<'_>>
Expand description

Read the children of the directory d.

See ReadDir and DirEntry for details.