Module node

Source
Expand description

Utility functions for fuchsia.io nodes.

Enums§

CloneError
An error encountered while cloning a node
CloseError
An error encountered while closing a node
Kind
The type of a filesystem node
OpenError
An error encountered while opening a node
RenameError
An error encountered while renaming a node

Functions§

close
Gracefully closes the node proxy from the remote end.
open_channel_in_namespace
Asynchronously opens the given [path] in the current namespace, serving the connection over [request]. Once the channel is connected, any calls made prior are serviced.
open_in_namespace
Opens the given path from the current namespace as a [NodeProxy].