vfs

Module remote

Source
Expand description

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

Traits§

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

Functions§

  • 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.