Function fuchsia_component::directory::open_directory_async

source ยท
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.