Function fdio::open

source ·
pub fn open(
    path: &str,
    flags: OpenFlags,
    channel: Channel
) -> Result<(), Status>
Expand description

Opens the remote object at the given path with the given flags asynchronously. (‘asynchronous’ here is refering to fuchsia.io.Directory.Open not having a return value).

Wraps fdio_open.