pub async fn dir_contains(
    dir: &DirectoryProxy,
    name: &str,
) -> Result<bool, EnumerateError>Expand description
Returns true if an entry with the specified name exists in the given directory.
pub async fn dir_contains(
    dir: &DirectoryProxy,
    name: &str,
) -> Result<bool, EnumerateError>Returns true if an entry with the specified name exists in the given directory.