pub fn open(path: &str, flags: Flags, channel: Channel) -> Result<(), Status>Expand description
Opens the remote object at the given path with the given flags asynchronously.
(‘asynchronous’ here is referring to fuchsia.io.Directory.Open not having a return value).
Wraps fdio_open3.