Function fuchsia_component::directory::open_file_async

source ยท
pub fn open_file_async(
    parent: &impl AsRefDirectory,
    path: &str,
    rights: Rights,
) -> Result<FileProxy, Error>
Expand description

Opens the given path from the given parent directory as a [FileProxy] asynchronously.