pub fn open_directory_async(
parent: &impl AsRefDirectory,
path: &str,
rights: Rights,
) -> Result<DirectoryProxy, Error>Expand description
Opens the given path from the given parent directory as a [DirectoryProxy] asynchronously.
pub fn open_directory_async(
parent: &impl AsRefDirectory,
path: &str,
rights: Rights,
) -> Result<DirectoryProxy, Error>Opens the given path from the given parent directory as a [DirectoryProxy] asynchronously.