Expand description
Utility functions for fuchsia.io nodes.
Enums§
- Clone
Error - An error encountered while cloning a node
- Close
Error - An error encountered while closing a node
- Kind
- The type of a filesystem node
- Open
Error - An error encountered while opening a node
- Rename
Error - 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
].