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