Function fuchsia_fs::directory::open_node

source ยท
pub async fn open_node(
    parent: &DirectoryProxy,
    path: &str,
    flags: Flags,
) -> Result<NodeProxy, OpenError>
Expand description

Opens the given path from the given parent directory as a [NodeProxy], verifying that the target implements the fuchsia.io.Node protocol.