Module remote

Source
Expand description

A node which forwards open requests to a remote fuchsia.io server.

Traits§

GetRemoteDir
A trait that can be implemented to return a directory proxy that should be used as a remote directory.
RemoteLike

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.