Function readdir

Source
pub async fn readdir<P: AsRef<Path>>(
    path: P,
    metadata: bool,
) -> Result<Vec<DirEntry>>