Module fuchsia_fs::node
source · Expand description
Utility functions for fuchsia.io nodes.
Enums§
- An error encountered while cloning a node
- An error encountered while closing a node
- The type of a filesystem node
- An error encountered while opening a node
- An error encountered while renaming a node
Functions§
- Gracefully closes the node proxy from the remote end.
- 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. - Opens the given
path
from the current namespace as a [NodeProxy
].