pub fn remote_dir(dir: DirectoryProxy) -> Arc<impl DirectoryEntry + RemoteLike>
Expand description
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.