Function workflow_store::fs::readdir

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