Expand description
A node which forwards open requests to a remote fuchsia.io server.
Traits§
- GetRemote
Dir - A trait that can be implemented to return a directory proxy that should be used as a remote directory.
- Remote
Like
Functions§
- remote_
dir - Create a new [
Remote
] node that forwards open requests to the provided [DirectoryProxy
], effectively handing off the handling of any further requests to the remote fidl server.